Skip to content

Commit 4795dfe

Browse files
committed
Bump Alpine to 3.9.4 for Docker image
For https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5021.
1 parent b914bb3 commit 4795dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.9 as builder
1+
FROM alpine:3.9.4 as builder
22

33
ARG perf_test_version="2.6.0"
44

@@ -59,7 +59,7 @@ RUN set -eux; \
5959
mkdir -p "$PERF_TEST_HOME"; \
6060
tar --extract --file "$PERF_TEST_PATH.tar.gz" --directory "$PERF_TEST_HOME" --strip-components 1
6161

62-
FROM alpine:3.8
62+
FROM alpine:3.9.4
6363

6464
RUN apk add --no-cache bash
6565

0 commit comments

Comments
 (0)