Skip to content

Commit

Permalink
containers/docker: update to alpine 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yep committed Jul 22, 2016
1 parent f273c64 commit 51d4539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/docker/develop-alpine/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 add --update go git make gcc musl-dev && \
Expand Down
2 changes: 1 addition & 1 deletion containers/docker/master-alpine/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 add --update go git make gcc musl-dev && \
Expand Down

0 comments on commit 51d4539

Please sign in to comment.