Dockerfile.e2e bump alpine 3.9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: eaa4fa999257ab37e988d38d35a2c6433e614de2 Component: engine
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
## Step 1: Build tests
|
||||
FROM golang:1.11.9-alpine3.8 as builder
|
||||
FROM golang:1.11.9-alpine3.9 as builder
|
||||
|
||||
RUN apk add --update \
|
||||
bash \
|
||||
@ -40,7 +40,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 add --update \
|
||||
|
||||
Reference in New Issue
Block a user