update remaining docker images to alpine 3.24

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-06-17 11:31:04 +02:00
parent 77c8664ef7
commit 2ebbf41566
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:latest
FROM golang:1.26.4-alpine3.23 AS go
FROM golang:1.26.4-alpine3.24 AS go
ENV IMAGINARY_HASH=6a274b488759a896aff02f52afee6e50b5e3a3ee
ENV IMAGINARY_HASH=6a274b488759a896aff02f52afee6e50b5e3a3ee
RUN set -ex; \
apk upgrade --no-cache -a; \