Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
⬆️ Upgrades nginx to 1.16.1-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 27, 2019
1 parent 1d8c208 commit 077c54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ARG BUILD_ARCH=amd64
RUN \
apk add --no-cache \
lua-resty-http=0.13-r0 \
nginx-mod-http-lua=1.16.1-r0 \
nginx=1.16.1-r0 \
nginx-mod-http-lua=1.16.1-r1 \
nginx=1.16.1-r1 \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi \
Expand Down

0 comments on commit 077c54c

Please sign in to comment.