Skip to content

Commit 3171ec9

Browse files
build(deps): bump alpine from 3.22.2 to 3.23.0 in /Containers/watchtower
Bumps alpine from 3.22.2 to 3.23.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6e0d8b commit 3171ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/watchtower/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex; \
99
build-base; \
1010
go install github.com/nicholas-fedor/watchtower@$WATCHTOWER_COMMIT_HASH # v1.12.3
1111

12-
FROM alpine:3.22.2
12+
FROM alpine:3.23.0
1313

1414
RUN set -ex; \
1515
apk upgrade --no-cache -a; \

0 commit comments

Comments
 (0)