Skip to content

Commit

Permalink
fix: bump alpine from 3.15.4 to 3.15.6 to patch zlib CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Sep 15, 2023
1 parent 610929e commit 4b913b4
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
Expand Up @@ -6,7 +6,7 @@ FROM ${BASE} as devkit

ARG TARGETPLATFORM
# hadolint ignore=DL3029
FROM --platform=${TARGETPLATFORM} alpine:3.15.4
FROM --platform=${TARGETPLATFORM} alpine:3.15.6

ENV ANSIBLE_PATH=/usr
ENV PYTHON_PATH=/usr
Expand Down

0 comments on commit 4b913b4

Please sign in to comment.