From da487f848c00a09e8d6d49087dda53e24a72c6a9 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 31 May 2025 18:17:31 +0000 Subject: [PATCH] chore(deps): update container images --- .drone.yml | 24 ++++++++++++------------ Dockerfile | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f390ac..0220004 100644 --- a/.drone.yml +++ b/.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 diff --git a/Dockerfile b/Dockerfile index 4a24b3f..97bb8dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.47.2