Skip to content

Commit

Permalink
Merge pull request #138 from praekeltfoundation/bump_nginx
Browse files Browse the repository at this point in the history
Bump nginx in nw build.
  • Loading branch information
bearnard authored Aug 7, 2024
2 parents d81d58f + feaf562 commit 9cac8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.no-wheelhouse
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN addgroup --system --gid 107 django \
RUN apt-get-install.sh libpq5

# Install a modern Nginx and configure
ENV NGINX_VERSION=1.20.2 \
ENV NGINX_VERSION=1.26.1 \
NGINX_GPG_KEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
RUN set -ex; \
fetchDeps=" \
Expand Down

0 comments on commit 9cac8d7

Please sign in to comment.