Skip to content
Snippets Groups Projects
Commit 200b100b authored by Derek Su's avatar Derek Su
Browse files

dockerfile: always upgrade busybox and zlib


Fix CVE-2022-37434 issue

Signed-off-by: default avatarDerek Su <derek.su@suse.com>
(cherry picked from commit 207a41c8)
parent 785227e7
Branches
Tags
No related merge requests found
FROM alpine FROM alpine
RUN apk update
RUN apk upgrade --no-cache busybox zlib
COPY bin/local-path-provisioner /usr/bin/ COPY bin/local-path-provisioner /usr/bin/
CMD ["local-path-provisioner"] CMD ["local-path-provisioner"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment