Skip to content

Commit

Permalink
Revert "Dockerfile updates πŸŽ‰ (#1436)" (#1437)
Browse files Browse the repository at this point in the history
This reverts commit 9cbee45.
  • Loading branch information
timmo001 authored Feb 3, 2021
1 parent 9cbee45 commit ed3c2c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ RUN \
set -o pipefail \
\
&& apk add --no-cache --virtual .build-dependencies \
curl=7.67.0-r3 \
curl=7.69.1-r3 \
tar=1.32-r1 \
\
&& apk add --no-cache \
bash=5.0.11-r1 \
nginx=1.16.1-r6 \
nodejs-current=13.1.0-r0 \
bash=5.0.17-r0 \
nginx=1.18.0-r1 \
nodejs-current=14.5.0-r0 \
openssl=1.1.1i-r0 \
tzdata=2020f-r0 \
yarn=1.19.2-r0 \
yarn=1.22.4-r0 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "arm32v6" ]; then S6_ARCH="armhf"; fi \
Expand Down

0 comments on commit ed3c2c8

Please sign in to comment.