mirror of
https://github.com/docker/compose.git
synced 2025-06-27 08:54:27 +02:00
Pin base image to alpine:3.4 in Dockerfile.run
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
1e176b58c5
commit
08127625a0
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
FROM alpine:edge
|
FROM alpine:3.4
|
||||||
RUN apk -U add \
|
RUN apk -U add \
|
||||||
python \
|
python \
|
||||||
py-pip
|
py-pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user