summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan-Moignard <47138498+Nathan-Moignard@users.noreply.github.com>2024-02-02 16:27:41 +0100
committerGitHub <noreply@github.com>2024-02-02 15:27:41 +0000
commit925cdd86482edec42185794620a1e616b79bbee5 (patch)
treeb129db8c76a747fbf7d475411772859b80954a60
parentfd526464b27c48c31afa4754a2af7f39d53ba64e (diff)
Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (#481)v0.12.0main
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 |
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 24056d8..42cdaa2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 | \