Browse Source

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

tags/v1.2.0-rc1
Peter Dave Hello 7 years ago
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

FROM alpine:3.4
FROM alpine:3.5
MAINTAINER Thomas Boerger <thomas@webhippie.de> MAINTAINER Thomas Boerger <thomas@webhippie.de>


EXPOSE 22 3000 EXPOSE 22 3000

+ 1
- 1
Dockerfile.aarch64 View File

FROM aarch64/alpine:3.5
FROM multiarch/alpine:aarch64-v3.5


EXPOSE 22 3000 EXPOSE 22 3000



+ 1
- 1
Dockerfile.rpi View File

FROM hypriot/rpi-alpine-scratch:v3.4
FROM multiarch/alpine:armhf-v3.5
MAINTAINER Thomas Boerger <thomas@webhippie.de> MAINTAINER Thomas Boerger <thomas@webhippie.de>


EXPOSE 22 3000 EXPOSE 22 3000

Loading…
Cancel
Save