diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 77c23d97aa..74e69e53d9 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -39,7 +39,7 @@ RUN hack/make.sh build-integration-test-binary RUN mkdir -p /output/tests && find . -name test.main -exec cp --parents '{}' /output/tests \; ## Step 2: Generate testing image -FROM alpine:3.8 as runner +FROM alpine:3.9 as runner # GNU tar is used for generating the emptyfs image RUN apk --no-cache add \