Browse code

Dockerfile.e2e: use alpine 3.9

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 20262688df290f1196c5620112488f6445b7eb26)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/04/19 23:13:04
Showing 1 changed files
... ...
@@ -39,7 +39,7 @@ RUN hack/make.sh build-integration-test-binary
39 39
 RUN mkdir -p /output/tests && find . -name test.main -exec cp --parents '{}' /output/tests \;
40 40
 
41 41
 ## Step 2: Generate testing image
42
-FROM alpine:3.8 as runner
42
+FROM alpine:3.9 as runner
43 43
 
44 44
 # GNU tar is used for generating the emptyfs image
45 45
 RUN apk --no-cache add \