Skip to content

Commit

Permalink
fix(Dockerfile): upgrade base image alpine version to 3.14.8 for CVE-…
Browse files Browse the repository at this point in the history
…2022-37434 (#29)

Signed-off-by: Niladri Halder <[email protected]>

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Sep 30, 2022
1 parent 5c3c491 commit f42f137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.14.6
FROM alpine:3.14.8

RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools

ARG DBUILD_DATE
Expand Down

0 comments on commit f42f137

Please sign in to comment.