1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update to using alpine 3.10

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
(cherry picked from commit 330bf32971)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Jintao Zhang 2019-06-24 01:39:20 +08:00 committed by Sebastiaan van Stijn
parent 0df114a8f8
commit fed832e224
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -51,7 +51,7 @@ RUN hack/make.sh build-integration-test-binary
RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests \;
## Generate testing image
FROM alpine:3.9 as runner
FROM alpine:3.10 as runner
ENV DOCKER_REMOTE_DAEMON=1
ENV DOCKER_INTEGRATION_DAEMON_DEST=/