Browse Source
Replaced edge with 3.4 for the alpine base image
for-closed-social
Thomas Boerger
8 years ago
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with
2 additions and
2 deletions
-
Dockerfile
-
Dockerfile.rpi
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM alpine:edge |
|
|
|
FROM alpine:3.4 |
|
|
|
MAINTAINER Thomas Boerger <thomas@webhippie.de> |
|
|
|
|
|
|
|
EXPOSE 22 3000 |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM hypriot/rpi-alpine-scratch:edge |
|
|
|
FROM hypriot/rpi-alpine-scratch:v3.4 |
|
|
|
MAINTAINER Thomas Boerger <thomas@webhippie.de> |
|
|
|
|
|
|
|
EXPOSE 22 3000 |
|
|
|