Skip to content

Commit abd7ab5

Browse files
committed
Update packages for CVEs
1 parent 9ebbba3 commit abd7ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN apt-get update \
1919
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
2020
FROM docker.io/library/nginx:1.21.6-alpine AS alpine
2121

22-
RUN apk add --no-cache libcap\
23-
# temp fix for CVE-2022-1271
24-
&& apk upgrade --no-cache xz-libs
22+
RUN apk add --no-cache libcap \
23+
# temp fix for CVE-2022-1271, CVE-2022-22576, CVE-2022-27404 and CVE-2022-29824
24+
&& apk upgrade --no-cache xz-libs curl libcurl freetype libxml2
2525

2626

2727
############################################# Base image for Alpine with NGINX Plus #############################################

0 commit comments

Comments
 (0)