Skip to content

Commit

Permalink
Update node.js v13 to 13.9.0 with Yarn v1.22.0 (Alpine builds excluded)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Feb 20, 2020
1 parent cda5758 commit cb9ec80
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 13/buster-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM debian:buster-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 13.8.0
ENV NODE_VERSION 13.9.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
@@ -48,7 +48,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.21.1
ENV YARN_VERSION 1.22.0

RUN set -ex \
&& apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends \
4 changes: 2 additions & 2 deletions 13/buster/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 13.8.0
ENV NODE_VERSION 13.9.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
@@ -45,7 +45,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.21.1
ENV YARN_VERSION 1.22.0

RUN set -ex \
&& for key in \
4 changes: 2 additions & 2 deletions 13/stretch-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 13.8.0
ENV NODE_VERSION 13.9.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
@@ -48,7 +48,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.21.1
ENV YARN_VERSION 1.22.0

RUN set -ex \
&& apt-get update && apt-get install -y ca-certificates curl wget gnupg dirmngr --no-install-recommends \
4 changes: 2 additions & 2 deletions 13/stretch/Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:stretch
RUN groupadd --gid 1000 node \
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node

ENV NODE_VERSION 13.8.0
ENV NODE_VERSION 13.9.0

RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& case "${dpkgArch##*-}" in \
@@ -45,7 +45,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& node --version \
&& npm --version

ENV YARN_VERSION 1.21.1
ENV YARN_VERSION 1.22.0

RUN set -ex \
&& for key in \

0 comments on commit cb9ec80

Please sign in to comment.