Skip to content

Commit

Permalink
fix: bump alpine from 3.15.4 to 3.15.6 to patch zlib CVE (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Sep 15, 2023
1 parent 5056109 commit e2f6c4e
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 e2f6c4e

Please sign in to comment.