Skip to content

Commit 30e09a0

Browse files
build(deps): bump golang in /Containers/watchtower
Bumps golang from 1.24.2-alpine3.21 to 1.24.3-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.3-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f49a0f0 commit 30e09a0

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
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:latest
2-
FROM golang:1.24.2-alpine3.21 AS go
2+
FROM golang:1.24.3-alpine3.21 AS go
33

44
RUN set -ex; \
55
apk upgrade --no-cache -a; \

0 commit comments

Comments
 (0)