diff --git a/Containers/watchtower/Dockerfile b/Containers/watchtower/Dockerfile index b9d1a5e6..e3c4a38b 100644 --- a/Containers/watchtower/Dockerfile +++ b/Containers/watchtower/Dockerfile @@ -9,7 +9,7 @@ RUN set -ex; \ build-base; \ go install github.com/nicholas-fedor/watchtower@$WATCHTOWER_COMMIT_HASH # v1.16.1 -FROM alpine:3.23.3 +FROM alpine:3.23.4 RUN set -ex; \ apk upgrade --no-cache -a; \