Skip to content

Commit

Permalink
docker: Updated docker from alpine 3.8 to 3.9 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch authored and Acconut committed Jun 24, 2019
1 parent 7cab4b0 commit 9c0d753
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 @@ -18,7 +18,7 @@ RUN apk add --no-cache \
&& apk del git

# start a new stage that copies in the binary built in the previous stage
FROM alpine:3.8
FROM alpine:3.9

COPY --from=builder /go/bin/tusd /usr/local/bin/tusd

Expand Down

0 comments on commit 9c0d753

Please sign in to comment.