diff --git a/docker/Dockerfile b/docker/Dockerfile index 151c3231c8..f4652bc513 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -94,7 +94,7 @@ RUN \ apt-get update \ # Use pinned versions so that we get updates with build caching && apt-get install -y --no-install-recommends \ - nginx-light=1.18.0-6.1 \ + nginx-light=1.18.0-6.1+deb11u2 \ && rm -rf \ /tmp/* \ /var/{cache,log}/* \ @@ -134,7 +134,7 @@ RUN \ clang-tidy-11=1:11.0.1-2 \ patch=2.7.6-7 \ software-properties-common=0.96.20.2-2.1 \ - nano=5.4-2 \ + nano=5.4-2+deb11u1 \ build-essential=12.9 \ python3-dev=3.9.2-3 \ && rm -rf \