Skip to content

Commit b301120

Browse files
committed
Dockerfile: update golang image to alpine 3.23
The alpine 3.22 variant was removed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent f32009d commit b301120

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
@@ -33,7 +33,7 @@ FROM crazymax/osxcross:15.5-alpine AS osxcross
3333
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
3434
FROM ghcr.io/google/addlicense:${ADDLICENSE_VERSION} AS addlicense
3535

36-
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine3.22 AS base
36+
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine3.23 AS base
3737
COPY --from=xx / /
3838
RUN apk add --no-cache \
3939
clang \

0 commit comments

Comments
 (0)