Skip to content

Commit f42f137

Browse files
authored
fix(Dockerfile): upgrade base image alpine version to 3.14.8 for CVE-2022-37434 (#29)
Signed-off-by: Niladri Halder <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
1 parent 5c3c491 commit f42f137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM alpine:3.14.6
1+
FROM alpine:3.14.8
2+
23
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools
34

45
ARG DBUILD_DATE

0 commit comments

Comments
 (0)