mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
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:
parent
fd526464b2
commit
925cdd8648
1 changed files with 1 additions and 1 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue