Update Dockerfile Alpine Image from alpine:3.12 => alpine:3.18 (#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     |
This commit is contained in:
Nathan-Moignard 2024-02-02 16:27:41 +01:00 committed by GitHub
parent fd526464b2
commit 925cdd8648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 | \