1 Commits

Author SHA1 Message Date
87afd1d70a chore(deps): update docker.io/library/alpine docker tag to v3.22 2025-05-30 19:06:16 +00:00
2 changed files with 12 additions and 12 deletions

View File

@ -34,7 +34,7 @@ steps:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150

View File

@ -13,7 +13,7 @@ RUN set -ex && \
# TARGET
# =====================================================================
FROM docker.io/library/alpine:3.21
FROM docker.io/library/alpine:3.22
ARG VERSION=latest