Upgrade alpine to v3.5 in Dockerfile (#1633)

This commit is contained in:
Peter Dave Hello 2017-05-04 19:47:20 -05:00 committed by Lunny Xiao
parent 0f3923c4d7
commit a503947fba
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.5
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000

View File

@ -1,4 +1,4 @@
FROM aarch64/alpine:3.5
FROM multiarch/alpine:aarch64-v3.5
EXPOSE 22 3000

View File

@ -1,4 +1,4 @@
FROM hypriot/rpi-alpine-scratch:v3.4
FROM multiarch/alpine:armhf-v3.5
MAINTAINER Thomas Boerger <thomas@webhippie.de>
EXPOSE 22 3000