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.
2 parents e6ec880 + 2dc8180 commit 5aae627Copy full SHA for 5aae627
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:latest AS build
+FROM openshift/golang-builder:v1.15 AS build
2
WORKDIR /go/src
3
COPY . /go/src
4
RUN GIT_COMMIT=$(git rev-parse HEAD) && \
0 commit comments