Skip to content

Commit 922a6a9

Browse files
committedJul 19, 2019
fix(dockerfile): missing image alias
1 parent 35e73b9 commit 922a6a9

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.