Browse Source

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

for-closed-social
Peter Dave Hello 7 years ago
committed by Lunny Xiao
parent
commit
a503947fba
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.aarch64
  3. +1
    -1
      Dockerfile.rpi

+ 1
- 1
Dockerfile View File

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

+ 1
- 1
Dockerfile.aarch64 View File

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

+ 1
- 1
Dockerfile.rpi 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

Loading…
Cancel
Save