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:
parent
0df114a8f8
commit
fed832e224
1 changed files with 1 additions and 1 deletions
|
@ -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=/
|
||||
|
|
Loading…
Reference in a new issue