Skip to content

Commit

Permalink
Merge pull request #74 from e96wic/dependency-upgrade
Browse files Browse the repository at this point in the history
Automatically updating dependencies in docker build
  • Loading branch information
eli-darkly authored Sep 19, 2019
2 parents e0c58ab + e20b03c commit f8b7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV GOPATH=/go

RUN go build -a -o ldr ./cmd/ld-relay

FROM alpine:3.7
FROM alpine:3.10.2

RUN addgroup -g 1000 -S ldr-user && \
adduser -u 1000 -S ldr-user -G ldr-user && \
Expand Down

0 comments on commit f8b7aa0

Please sign in to comment.