Skip to content

Commit 24d373f

Browse files
szaimengithub-actions[bot]
authored andcommitted
watchtower-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c675b74 commit 24d373f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Containers/watchtower/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:latest
22
FROM golang:1.26.4-alpine3.23 AS go
33

4-
ENV WATCHTOWER_COMMIT_HASH=9d0048403a7242943084bede951f6f966f7691ba
4+
ENV WATCHTOWER_COMMIT_HASH=1e4e4da323b3ba61d41b7f078f405b02ebe87bef
55

66
RUN set -ex; \
77
apk upgrade --no-cache -a; \
88
apk add --no-cache \
99
build-base; \
10-
go install github.com/nicholas-fedor/watchtower@$WATCHTOWER_COMMIT_HASH # v1.17.2
10+
go install github.com/nicholas-fedor/watchtower@$WATCHTOWER_COMMIT_HASH # v1.18.1
1111

1212
FROM alpine:3.23.4
1313

0 commit comments

Comments
 (0)