alpine dockerfile: change tag to 3.21.2 and add dependabot

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-03-31 10:58:22 +02:00
parent faef75dafd
commit 242179f079
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@ updates:
- dependencies
- package-ecosystem: "docker"
directories:
- "/Containers/alpine"
- "/Containers/apache"
- "/Containers/borgbackup"
- "/Containers/clamav"

View file

@ -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