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.14.0-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jul 14, 2018
1 parent 8b85421 commit d88a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion happy-bubbles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN \
wget=1.19.5-r0 \
\
&& apk add --no-cache \
nginx=1.12.2-r3 \
nginx=1.14.0-r0 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="386"; fi \
Expand Down

0 comments on commit d88a551

Please sign in to comment.