Skip to content

Commit 925cdd8

Browse files
Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (wagoodman#481)
Trivy Report showing vunlarability: WARN This OS version is no longer supported by the distribution: alpine 3.12.12 │ zlib │ CVE-2022-37434 │ CRITICAL │ fixed │ 1.2.12-r0 │ 1.2.12-r2 |
1 parent fd52646 commit 925cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12
1+
FROM alpine:3.18
22

33
ARG DOCKER_CLI_VERSION=${DOCKER_CLI_VERSION}
44
RUN wget -O- https://download.docker.com/linux/static/stable/$(uname -m)/docker-${DOCKER_CLI_VERSION}.tgz | \

0 commit comments

Comments
 (0)