Dockerfile.e2e: use alpine 3.9

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-04-19 16:13:04 +02:00
parent 3cd54c28fd
commit 20262688df
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -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 \