Skip to content

Commit

Permalink
fix(image): bump alpine version to fix apk-tools vulnerability
Browse files Browse the repository at this point in the history
commit fixes the CVE-2021-36159  vulnerability in alpine
3.12.7 alpine image in apk-tools lib. fixed in latest version
of apk-tools version added in alpine 3.14.1 image tag

Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed Aug 13, 2021
1 parent 83201c9 commit 24b0576
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
@@ -1,4 +1,4 @@
FROM alpine:3.12.7
FROM alpine:3.14.1
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra

ARG DBUILD_DATE
Expand Down

0 comments on commit 24b0576

Please sign in to comment.