Skip to content

Commit

Permalink
Merge pull request #10 from docksal/upgrade/alpine-3.9
Browse files Browse the repository at this point in the history
Upgrade base image to alpine v3.9
  • Loading branch information
lmakarov authored Feb 19, 2019
2 parents 4b78615 + 8bda338 commit 9ab7710
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
@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9

RUN set -xe; \
apk add --update --no-cache \
Expand Down

0 comments on commit 9ab7710

Please sign in to comment.