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 23fee62 commit 0835f30Copy full SHA for 0835f30
build/docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1 - Build the code.
2
-FROM golang:1.16.7-alpine as builder
+FROM golang:1.19.3-alpine as builder
3
4
RUN apk --no-cache add --update gcc musl-dev
5
0 commit comments