Dockerfile.e2e: use alpine 3.9

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 20262688df)
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 3afbf83cc5
commit 1fdd24579c
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

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 \