Update to 2.11.0

This commit is contained in:
alexbelgium
2021-12-09 06:20:28 +01:00
parent 03d74dbdf0
commit acb1d22d53
3 changed files with 16 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
ARG BUILD_ARCH=amd64
ARG BUILD_UPSTREAM="2.9.3"
ARG BUILD_UPSTREAM="2.11.0"
ENV PACKAGES="nginx"
RUN \