run apk upgrade everywhere

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-03-26 18:39:32 +01:00
parent ca151e86ac
commit c5a9da8bb3
3 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
FROM golang:1.24.1-alpine3.21 AS go
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
build-base; \
go install github.com/containrrr/watchtower@76f9cea516593fabb8ca91ff13de55caa6aa0a8b;