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

Commit

Permalink
⬆️ Upgrades nginx to 1.16.1-r4
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 5, 2020
1 parent aab9612 commit ac57336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happy-bubbles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN \
\
&& apk add --no-cache \
lua-resty-http=0.15-r0 \
nginx-mod-http-lua=1.16.1-r1 \
nginx=1.16.1-r1 \
nginx-mod-http-lua=1.16.1-r4 \
nginx=1.16.1-r4 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="386"; fi \
Expand Down

0 comments on commit ac57336

Please sign in to comment.