From 242179f079232b99745e7b102643aad7a00fa8f2 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 31 Mar 2025 10:58:22 +0200 Subject: [PATCH] alpine dockerfile: change tag to 3.21.2 and add dependabot Signed-off-by: Simon L. --- .github/dependabot.yml | 1 + Containers/alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38d4ad6d..0caaabfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,7 @@ updates: - dependencies - package-ecosystem: "docker" directories: + - "/Containers/alpine" - "/Containers/apache" - "/Containers/borgbackup" - "/Containers/clamav" diff --git a/Containers/alpine/Dockerfile b/Containers/alpine/Dockerfile index 48f2b46a..86948845 100644 --- a/Containers/alpine/Dockerfile +++ b/Containers/alpine/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM alpine:3.21 +FROM alpine:3.21.2 RUN set -ex; \ apk upgrade --no-cache -a