chore(deps): update container images - autoclosed #164

Closed
CSRBot wants to merge 1 commits from renovate/container-images into master
2 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -34,7 +34,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -99,7 +99,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -165,7 +165,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -230,7 +230,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -294,7 +294,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -353,7 +353,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -413,7 +413,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -480,7 +480,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -540,7 +540,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
when: when:
status: status:
- changed - changed
@ -596,7 +596,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -653,7 +653,7 @@ steps:
from_secret: smtp_username from_secret: smtp_username
SMTP_PASSWORD: SMTP_PASSWORD:
from_secret: smtp_password from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

@ -11,7 +11,7 @@ RUN set -ex && \
apk add git make && \ apk add git make && \
make install VERSION=${VERSION} DESTDIR=/db-wait PREFIX=/usr make install VERSION=${VERSION} DESTDIR=/db-wait PREFIX=/usr
FROM docker.io/library/alpine:3.21 FROM docker.io/library/alpine:3.22
ARG VERSION=latest ARG VERSION=latest