Skip to content

Commit d6c8d60

Browse files
chore(deps): bump golang in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: golang. Updates `golang` from 1.25.1 to 1.25.2 --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43c3e41 commit d6c8d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.25.2 AS builder
33

44
ARG GOARCH=''
55

0 commit comments

Comments
 (0)