Skip to content

Commit

Permalink
Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (#481)
Browse files Browse the repository at this point in the history
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     |
  • Loading branch information
Nathan-Moignard committed Feb 2, 2024
1 parent fd52646 commit 925cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.18

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

0 comments on commit 925cdd8

Please sign in to comment.