chore(deps): update container images - autoclosed #164
24
.drone.yml
24
.drone.yml
@ -16,7 +16,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.45.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -34,7 +34,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -99,7 +99,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -165,7 +165,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -230,7 +230,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -294,7 +294,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -353,7 +353,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -413,7 +413,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -480,7 +480,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -540,7 +540,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
status:
|
||||
- changed
|
||||
@ -596,7 +596,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -653,7 +653,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
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:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -11,7 +11,7 @@ RUN set -ex && \
|
||||
apk add git make && \
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user