Skip to content

Commit 0723ab2

Browse files
Merge pull request #1066 from nschonni/fix--Update-Buster-to-12.7.0
fix: Update Buster to 12.7.0
2 parents ae4e341 + 6bae0eb commit 0723ab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

12/buster-slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:buster-slim
33
RUN groupadd --gid 1000 node \
44
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
55

6-
ENV NODE_VERSION 12.6.0
6+
ENV NODE_VERSION 12.7.0
77

88
RUN buildDeps='xz-utils' \
99
&& ARCH= && dpkgArch="$(dpkg --print-architecture)" \
@@ -45,7 +45,7 @@ RUN buildDeps='xz-utils' \
4545
&& apt-get purge -y --auto-remove $buildDeps \
4646
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
4747

48-
ENV YARN_VERSION 1.16.0
48+
ENV YARN_VERSION 1.17.3
4949

5050
RUN set -ex \
5151
&& for key in \

12/buster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster
33
RUN groupadd --gid 1000 node \
44
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
55

6-
ENV NODE_VERSION 12.6.0
6+
ENV NODE_VERSION 12.7.0
77

88
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
@@ -42,7 +42,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
4242
&& rm "node-v$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt \
4343
&& ln -s /usr/local/bin/node /usr/local/bin/nodejs
4444

45-
ENV YARN_VERSION 1.16.0
45+
ENV YARN_VERSION 1.17.3
4646

4747
RUN set -ex \
4848
&& for key in \

0 commit comments

Comments
 (0)