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 186dec7 commit ea9faaeCopy full SHA for ea9faae
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.12
+ARG GO_VERSION=1.13
2
FROM golang:${GO_VERSION}-alpine AS builder
3
RUN apk add --update --no-cache ca-certificates make git curl
4
RUN mkdir -p /build
0 commit comments