Skip to content

Commit 4c92bd5

Browse files
authored
Merge pull request #894 from hakman/patch-4
Update Go to v1.22.2
2 parents a78ccb3 + a1bc4f8 commit 4c92bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG BASEIMAGE
2020
# Must override builder-base, not builder, since the latter is referred to later in the file and so must not be
2121
# directly replaced. See here, and note that "stage" parameter mentioned there has been renamed to
2222
# "build-context": https://github.com/docker/buildx/pull/904#issuecomment-1005871838
23-
FROM golang:1.22.1-bookworm@sha256:d996c645c9934e770e64f05fc2bc103755197b43fd999b3aa5419142e1ee6d78 as builder-base
23+
FROM golang:1.22.2-bookworm as builder-base
2424
FROM builder-base as builder
2525
LABEL maintainer="Andy Xie <[email protected]>"
2626

0 commit comments

Comments
 (0)