We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32009d commit b301120Copy full SHA for b301120
1 file changed
Dockerfile
@@ -33,7 +33,7 @@ FROM crazymax/osxcross:15.5-alpine AS osxcross
33
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
34
FROM ghcr.io/google/addlicense:${ADDLICENSE_VERSION} AS addlicense
35
36
-FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine3.22 AS base
+FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine3.23 AS base
37
COPY --from=xx / /
38
RUN apk add --no-cache \
39
clang \
0 commit comments