Update to using alpine 3.10
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
parent
52c16677b2
commit
330bf32971
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ RUN hack/make.sh build-integration-test-binary
|
||||||
RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests \;
|
RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests \;
|
||||||
|
|
||||||
## Generate testing image
|
## Generate testing image
|
||||||
FROM alpine:3.9 as runner
|
FROM alpine:3.10 as runner
|
||||||
|
|
||||||
ENV DOCKER_REMOTE_DAEMON=1
|
ENV DOCKER_REMOTE_DAEMON=1
|
||||||
ENV DOCKER_INTEGRATION_DAEMON_DEST=/
|
ENV DOCKER_INTEGRATION_DAEMON_DEST=/
|
||||||
|
|
Loading…
Reference in a new issue