Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit f237741

Browse files
tao12345666333thaJeztah
authored andcommitted
Update to using alpine 3.10
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> (cherry picked from commit 330bf32971cca024f62bbd9beb12064da87e4217) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: fed832e224cba0de2d900e780e9567491bc7b444 Component: engine
1 parent 565e5c5 commit f237741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN hack/make.sh build-integration-test-binary
5151
RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests \;
5252

5353
## Generate testing image
54-
FROM alpine:3.9 as runner
54+
FROM alpine:3.10 as runner
5555

5656
ENV DOCKER_REMOTE_DAEMON=1
5757
ENV DOCKER_INTEGRATION_DAEMON_DEST=/

0 commit comments

Comments
 (0)