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 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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
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.2.0 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources: resources:
limits: limits:
cpu: 150 cpu: 150

View File

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