diff --git a/build/Dockerfile b/build/Dockerfile index d9f1b98238..9e5a5ad035 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -5,7 +5,7 @@ ARG UBI_VERSION=8 ARG DOWNLOAD_TAG=edge ############################################# Base image for Debian ############################################# -FROM nginx:1.21.3 AS debian +FROM nginx:1.21.4 AS debian RUN apt-get update \ && apt-get install --no-install-recommends --no-install-suggests -y libcap2-bin \