fixed alpine version to 3.8

This commit is contained in:
jash
2018-11-05 22:35:23 +01:00
committed by kexkey
parent 32739f3310
commit bef6df09fe
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:alpine # should be 3.8
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
bash \ bash \

View File

@@ -1,4 +1,4 @@
FROM alpine FROM alpine:3.8
RUN apk add --update --no-cache \ RUN apk add --update --no-cache \
curl curl

View File

@@ -1,4 +1,4 @@
FROM alpine FROM alpine:3.8
ENV HOME /proxy ENV HOME /proxy