Skip to content

Commit

Permalink
⬆️ Upgrades nginx to 1.18.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 8, 2020
1 parent e49f71f commit 316ef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
lua-resty-http=0.15-r0 \
nginx-mod-http-lua=1.16.1-r6 \
nginx=1.16.1-r6 \
nginx-mod-http-lua=1.18.0-r0 \
nginx=1.18.0-r0 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
Expand Down

0 comments on commit 316ef86

Please sign in to comment.