Skip to content

Commit

Permalink
build: update alpine in docker build to version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eworm-de committed Dec 7, 2017
1 parent 73ef488 commit 7da8045
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.6
FROM i386/alpine:3.7
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 7da8045

Please sign in to comment.