We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f671255 commit a965591Copy full SHA for a965591
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17rc2-alpine AS build
+FROM golang:1.17.0-alpine AS build
2
RUN apk add --no-cache gcc libc-dev
3
WORKDIR /go/src/app
4
0 commit comments