Skip to content

Commit

Permalink
Merge pull request #58 from bpineau/docker_update
Browse files Browse the repository at this point in the history
Keep docker image up to date
  • Loading branch information
bpineau committed May 12, 2018
2 parents 539fe2c + ab620c3 commit a84479c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN make deps
RUN make build

FROM alpine:3.7
RUN apk --no-cache add ca-certificates git
RUN apk upgrade --no-cache && apk --no-cache add ca-certificates git
COPY --from=builder /go/src/github.com/bpineau/katafygio/katafygio /usr/bin/
USER nobody
ENTRYPOINT ["/usr/bin/katafygio"]
2 changes: 1 addition & 1 deletion assets/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.7
RUN apk --no-cache add ca-certificates git
RUN apk upgrade --no-cache && apk --no-cache add ca-certificates git
COPY katafygio /usr/bin/
USER nobody
ENTRYPOINT ["/usr/bin/katafygio"]

0 comments on commit a84479c

Please sign in to comment.