Update watchtower to a well-maintained fork and add podman support

Signed-off-by: Apoorv Parle <19315187+apparle@users.noreply.github.com>
This commit is contained in:
Apoorv Parle 2025-06-11 22:48:52 -07:00
parent 13b645dc1d
commit ee23d43ca7
2 changed files with 8 additions and 1 deletions

View file

@ -5,7 +5,7 @@ RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \
build-base; \
go install github.com/containrrr/watchtower@76f9cea516593fabb8ca91ff13de55caa6aa0a8b;
go install github.com/nicholas-fedor/watchtower@v1.11.3;
FROM alpine:3.21.3