Skip to content

Commit

Permalink
Use alpine 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblin committed Jul 25, 2016
1 parent a5f9097 commit 20f8180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
build/bin/darwin/
cmd/
iptables/
version/
vendor/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4

RUN apk --no-cache add \
ca-certificates \
Expand Down

0 comments on commit 20f8180

Please sign in to comment.