Skip to content

Commit 5aae627

Browse files
authored
Merge pull request #4 from redhat-developer/switch-base-image
Switch base image
2 parents e6ec880 + 2dc8180 commit 5aae627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:latest AS build
1+
FROM openshift/golang-builder:v1.15 AS build
22
WORKDIR /go/src
33
COPY . /go/src
44
RUN GIT_COMMIT=$(git rev-parse HEAD) && \

0 commit comments

Comments
 (0)