Skip to content

Commit b6555f5

Browse files
Bump golang from 1.24.4 to 1.25.2
Bumps golang from 1.24.4 to 1.25.2. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f53425 commit b6555f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
2828
###################
2929
# Go build stage
3030
###################
31-
FROM --platform=$BUILDPLATFORM golang:1.24.4 as go-builder
31+
FROM --platform=$BUILDPLATFORM golang:1.25.2 as go-builder
3232
WORKDIR /go/src/github.com/drewhammond/chefbrowser
3333
COPY go.* ./
3434
RUN go mod download

0 commit comments

Comments
 (0)