Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 24/alpine3.22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.22

ENV NODE_VERSION=24.12.0
ENV NODE_VERSION=24.13.0

RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
Expand All @@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
curl \
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}" in \
x86_64) ARCH='x64' CHECKSUM="cfeae321f64251488a03613dfbe635d1cf925804031efbd57705073cf0618c40" OPENSSL_ARCH=linux-x86_64;; \
x86_64) ARCH='x64' CHECKSUM="d2fc40cf688de9de1d85ac67536ede51445a45925e1823255db1c3365b83ac44" OPENSSL_ARCH=linux-x86_64;; \
x86) OPENSSL_ARCH=linux-elf;; \
aarch64) OPENSSL_ARCH=linux-aarch64;; \
arm*) OPENSSL_ARCH=linux-armv4;; \
Expand Down Expand Up @@ -78,7 +78,7 @@ RUN addgroup -g 1000 node \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down
6 changes: 3 additions & 3 deletions 24/alpine3.23/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.23

ENV NODE_VERSION=24.12.0
ENV NODE_VERSION=24.13.0

RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
Expand All @@ -10,7 +10,7 @@ RUN addgroup -g 1000 node \
curl \
&& ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \
&& case "${alpineArch##*-}" in \
x86_64) ARCH='x64' CHECKSUM="cfeae321f64251488a03613dfbe635d1cf925804031efbd57705073cf0618c40" OPENSSL_ARCH=linux-x86_64;; \
x86_64) ARCH='x64' CHECKSUM="d2fc40cf688de9de1d85ac67536ede51445a45925e1823255db1c3365b83ac44" OPENSSL_ARCH=linux-x86_64;; \
x86) OPENSSL_ARCH=linux-elf;; \
aarch64) OPENSSL_ARCH=linux-aarch64;; \
arm*) OPENSSL_ARCH=linux-armv4;; \
Expand Down Expand Up @@ -78,7 +78,7 @@ RUN addgroup -g 1000 node \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down
2 changes: 1 addition & 1 deletion 24/bookworm-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 24/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down
2 changes: 1 addition & 1 deletion 24/bullseye-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 24/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down
2 changes: 1 addition & 1 deletion 24/trixie-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
&& savedAptMark="$(apt-mark showmanual)" \
Expand Down
2 changes: 1 addition & 1 deletion 24/trixie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
&& npm --version \
&& rm -rf /tmp/*

ENV YARN_VERSION=1.22.22
ENV YARN_VERSION=0.0.0

RUN set -ex \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down
Loading