Skip to content

Commit 9e218f9

Browse files
authoredJul 19, 2019
Merge pull request #61 from ecordell/fix-registry-dockerfile
fix(dockerfile): missing image alias
2 parents 35e73b9 + 922a6a9 commit 9e218f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎registry.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine
1+
FROM golang:1.12-alpine as builder
22

33
RUN apk update && apk add sqlite build-base git mercurial
44
WORKDIR /build

0 commit comments

Comments
 (0)
Please sign in to comment.