From 925cdd86482edec42185794620a1e616b79bbee5 Mon Sep 17 00:00:00 2001 From: Nathan-Moignard <47138498+Nathan-Moignard@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:27:41 +0100 Subject: Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (#481) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- cgit v1.2.3