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 4c9f17d commit b86c4a7Copy full SHA for b86c4a7
build/Dockerfile
@@ -6,7 +6,7 @@ ARG DOWNLOAD_TAG=edge
6
ARG DEBIAN_VERSION=bullseye-slim
7
8
############################################# Base image for Debian #############################################
9
-FROM nginx:1.21.5 AS debian
+FROM nginx:1.21.6 AS debian
10
11
RUN apt-get update \
12
&& apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \
0 commit comments