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 7cc7f0e commit d8ae769Copy full SHA for d8ae769
Dockerfile
@@ -1,7 +1,7 @@
1
2
###################################
3
-#Build stage
4
-FROM golang:1.17-alpine3.13 AS build-env
+#Build stage - temporarily using techknowlogick image until we upgrade to latest official alpine/go image
+FROM techknowlogick/go:1.17-alpine3.13 AS build-env
5
6
ARG GOPROXY
7
ENV GOPROXY ${GOPROXY:-direct}
Dockerfile.rootless
0 commit comments