mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #3697 from aanand/pin-alpine-base-image
Pin base image to alpine:3.4 in Dockerfile.run
This commit is contained in:
commit
89c9aed339
@ -1,5 +1,5 @@
|
||||
|
||||
FROM alpine:edge
|
||||
FROM alpine:3.4
|
||||
RUN apk -U add \
|
||||
python \
|
||||
py-pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user