We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc63f34 commit cc21371Copy full SHA for cc21371
Dockerfile
@@ -1,7 +1,7 @@
1
#############################################
2
# Build
3
4
-FROM --platform=$BUILDPLATFORM golang:1.21-alpine as build
+FROM --platform=$BUILDPLATFORM golang:1.22-alpine as build
5
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git curl
0 commit comments