Skip to content

Commit

Permalink
Upgrade alpine to v3.5 in Dockerfile (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and lunny committed May 5, 2017
1 parent 0f3923c commit a503947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.5
MAINTAINER Thomas Boerger <[email protected]>

EXPOSE 22 3000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM aarch64/alpine:3.5
FROM multiarch/alpine:aarch64-v3.5

EXPOSE 22 3000

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rpi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hypriot/rpi-alpine-scratch:v3.4
FROM multiarch/alpine:armhf-v3.5
MAINTAINER Thomas Boerger <[email protected]>

EXPOSE 22 3000
Expand Down

0 comments on commit a503947

Please sign in to comment.