mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 20:55:04 +01:00
fixed alpine version to 3.8
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN apk add --update --no-cache \
|
RUN apk add --update --no-cache \
|
||||||
curl
|
curl
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine
|
FROM alpine:3.8
|
||||||
|
|
||||||
ENV HOME /proxy
|
ENV HOME /proxy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user