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:
parent
3afbf83cc5
commit
1fdd24579c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue