From 084178ec0bbf196ce3c80ac92dd600265c117c75 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 31 May 2025 18:16:37 +0000 Subject: [PATCH] chore(deps): update container images --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 37510a2..707586d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,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: 50 @@ -26,7 +26,7 @@ steps: from_secret: smtp_password PLUGIN_FROM: from_secret: smtp_mail_address - 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 e007d4d..1f9228a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN set -ex && \ apk add git make && \ make install VERSION=${VERSION} DESTDIR=/civ PREFIX=/usr -FROM docker.io/library/alpine:3.21 +FROM docker.io/library/alpine:3.22 COPY --from=build /civ / -- 2.47.2