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 706c9c1 commit 29c2e2cCopy full SHA for 29c2e2c
build/Dockerfile
@@ -9,6 +9,8 @@ FROM nginx:1.21.3 AS debian
9
10
RUN apt-get update \
11
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
12
+ # temporary fix for CVE-2021-37750
13
+ && apt-get install -y libkrb5-3 libk5crypto3 \
14
&& rm -rf /var/lib/apt/lists/* \
15
&& echo $NGINX_VERSION > nginx_version
16
0 commit comments