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.18.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 26, 2020
1 parent 23c31e5 commit e8730cc
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-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="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="386"; fi \
Expand Down

0 comments on commit e8730cc

Please sign in to comment.