diff --git a/Containers/watchtower/Dockerfile b/Containers/watchtower/Dockerfile index cacebde7..33e5f6db 100644 --- a/Containers/watchtower/Dockerfile +++ b/Containers/watchtower/Dockerfile @@ -2,7 +2,7 @@ # From https://github.com/containrrr/watchtower/blob/main/dockerfiles/Dockerfile.self-contained FROM containrrr/watchtower:1.7.1 AS watchtower -FROM alpine:3.20.2 +FROM alpine:3.20.3 RUN apk upgrade --no-cache -a; \ apk add --no-cache bash