Browse Source

Replaced edge with 3.4 for the alpine base image

tags/v1.2.0-rc1
Thomas Boerger 8 years ago
parent
commit
e4a738f46f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Dockerfile
  2. +1
    -1
      Dockerfile.rpi

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.4
MAINTAINER Thomas Boerger <thomas@webhippie.de> MAINTAINER Thomas Boerger <thomas@webhippie.de>


EXPOSE 22 3000 EXPOSE 22 3000


+ 1
- 1
Dockerfile.rpi View File

@@ -1,4 +1,4 @@
FROM hypriot/rpi-alpine-scratch:edge
FROM hypriot/rpi-alpine-scratch:v3.4
MAINTAINER Thomas Boerger <thomas@webhippie.de> MAINTAINER Thomas Boerger <thomas@webhippie.de>


EXPOSE 22 3000 EXPOSE 22 3000


Loading…
Cancel
Save