Skip to content

Commit

Permalink
build: update alpine in docker build to version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Feb 1, 2019
1 parent a4b64c5 commit 7f6b8d0
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 @@ -6,7 +6,7 @@
# docker cp vis:/tmp/vis/vis .
# make vis-single
# docker cp vis:/tmp/vis/vis-single .
FROM i386/alpine:3.7
FROM i386/alpine:3.9
ENV DIR /tmp/vis
WORKDIR $DIR
RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev \
Expand Down

0 comments on commit 7f6b8d0

Please sign in to comment.