We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebbba3 commit abd7ab5Copy full SHA for abd7ab5
build/Dockerfile
@@ -19,9 +19,9 @@ RUN apt-get update \
19
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
20
FROM docker.io/library/nginx:1.21.6-alpine AS alpine
21
22
-RUN apk add --no-cache libcap\
23
- # temp fix for CVE-2022-1271
24
- && apk upgrade --no-cache xz-libs
+RUN apk add --no-cache libcap \
+ # temp fix for CVE-2022-1271, CVE-2022-22576, CVE-2022-27404 and CVE-2022-29824
+ && apk upgrade --no-cache xz-libs curl libcurl freetype libxml2
25
26
27
############################################# Base image for Alpine with NGINX Plus #############################################
0 commit comments