Skip to content

Commit

Permalink
Use alpine instead of scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
vterdunov committed Sep 18, 2018
1 parent 69d95fb commit b0e50c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .

RUN make compile

FROM scratch
FROM alpine:3.8

ENV PORT=8080

Expand Down

0 comments on commit b0e50c3

Please sign in to comment.