From 016d3639681f1ec261542d4c2ed2450d93dd544e Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:22:29 +0100 Subject: [PATCH 1/4] Bumping version to 3.3.6 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0163af7..eedb52b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.5 \ No newline at end of file +3.3.6 \ No newline at end of file From b2b0de78c1a6a96c0a331b10f4822c8b40ebf4a5 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:39:14 +0100 Subject: [PATCH 2/4] Using latest base images --- 16/Dockerfile | 2 +- 17/Dockerfile | 2 +- 18/Dockerfile | 2 +- 19/Dockerfile | 2 +- 20/Dockerfile | 2 +- 21/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/16/Dockerfile b/16/Dockerfile index e72560a..41053ba 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/17/Dockerfile b/17/Dockerfile index 4a216a1..c9fbba3 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/18/Dockerfile b/18/Dockerfile index 21ec83e..b4235e8 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/19/Dockerfile b/19/Dockerfile index a30c515..a041468 100644 --- a/19/Dockerfile +++ b/19/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/20/Dockerfile b/20/Dockerfile index a90b733..7d3446a 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/21/Dockerfile b/21/Dockerfile index 0461a04..845fa9c 100644 --- a/21/Dockerfile +++ b/21/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" From de23d58c7088fa76342ec996fa497793ad33fc51 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:39:59 +0100 Subject: [PATCH 3/4] Updating to NodeJS 22.16 and 23.11 Updating to NPM 11.3.0 Using Alpine 3.22 as base image for NodeJS 22 and 23 --- 22/ALPINE_MINOR | 2 +- 22/Dockerfile | 2 +- 22/PKG.url | 2 +- 22/overlay/tmp/NODE_BUILD | 2 +- 22/overlay/tmp/NODE_MINOR | 2 +- 22/overlay/tmp/NPM_BUILD | 2 +- 23/ALPINE_MINOR | 2 +- 23/Dockerfile | 2 +- 23/PKG.url | 2 +- 23/overlay/tmp/NODE_BUILD | 2 +- 23/overlay/tmp/NODE_MINOR | 2 +- 23/overlay/tmp/NPM_BUILD | 2 +- generate-dockerfiles.sh | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/22/ALPINE_MINOR b/22/ALPINE_MINOR index f297023..93a84c3 100644 --- a/22/ALPINE_MINOR +++ b/22/ALPINE_MINOR @@ -1 +1 @@ -3.21 \ No newline at end of file +3.22 \ No newline at end of file diff --git a/22/Dockerfile b/22/Dockerfile index 212be05..23b74dc 100644 --- a/22/Dockerfile +++ b/22/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/22/PKG.url b/22/PKG.url index 97daaef..c1e86de 100644 --- a/22/PKG.url +++ b/22/PKG.url @@ -1 +1 @@ -https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.21&repo=&arch=&maintainer= +https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.22&repo=&arch=&maintainer= diff --git a/22/overlay/tmp/NODE_BUILD b/22/overlay/tmp/NODE_BUILD index d85c430..fe1e65e 100644 --- a/22/overlay/tmp/NODE_BUILD +++ b/22/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -22.13.1-r0 \ No newline at end of file +22.16.0-r2 \ No newline at end of file diff --git a/22/overlay/tmp/NODE_MINOR b/22/overlay/tmp/NODE_MINOR index e36ebd5..66a7ff9 100644 --- a/22/overlay/tmp/NODE_MINOR +++ b/22/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -22.13 \ No newline at end of file +22.16 \ No newline at end of file diff --git a/22/overlay/tmp/NPM_BUILD b/22/overlay/tmp/NPM_BUILD index 3bf5af7..116fb56 100644 --- a/22/overlay/tmp/NPM_BUILD +++ b/22/overlay/tmp/NPM_BUILD @@ -1 +1 @@ -10.9.1-r0 \ No newline at end of file +11.3.0-r0 \ No newline at end of file diff --git a/23/ALPINE_MINOR b/23/ALPINE_MINOR index f297023..93a84c3 100644 --- a/23/ALPINE_MINOR +++ b/23/ALPINE_MINOR @@ -1 +1 @@ -3.21 \ No newline at end of file +3.22 \ No newline at end of file diff --git a/23/Dockerfile b/23/Dockerfile index d82e761..f491010 100644 --- a/23/Dockerfile +++ b/23/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.5 +FROM ghcr.io/bfren/alpine-s6:alpine3.22-5.6.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/23/PKG.url b/23/PKG.url index 46eeace..efede16 100644 --- a/23/PKG.url +++ b/23/PKG.url @@ -1 +1 @@ -https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.21&repo=&arch=&maintainer= +https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.22&repo=&arch=&maintainer= diff --git a/23/overlay/tmp/NODE_BUILD b/23/overlay/tmp/NODE_BUILD index 8f75aab..99f48c0 100644 --- a/23/overlay/tmp/NODE_BUILD +++ b/23/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -23.2.0-r1 \ No newline at end of file +23.11.0-r0 \ No newline at end of file diff --git a/23/overlay/tmp/NODE_MINOR b/23/overlay/tmp/NODE_MINOR index ce417dd..abbaa1c 100644 --- a/23/overlay/tmp/NODE_MINOR +++ b/23/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -23.2 \ No newline at end of file +23.11 \ No newline at end of file diff --git a/23/overlay/tmp/NPM_BUILD b/23/overlay/tmp/NPM_BUILD index 3bf5af7..116fb56 100644 --- a/23/overlay/tmp/NPM_BUILD +++ b/23/overlay/tmp/NPM_BUILD @@ -1 +1 @@ -10.9.1-r0 \ No newline at end of file +11.3.0-r0 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 4e85dc0..1daf7e8 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.5.5" +BASE_VERSION="5.6.0" echo "Base: ${BASE_VERSION}" NODE_VERSIONS="16 17 18 19 20 21 22 23" From 7c156bb938f5563b6479cf105757c03f6b73692c Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Jun 2025 14:40:18 +0100 Subject: [PATCH 4/4] Bumping version to 3.4.0 --- VERSION | 2 +- VERSION_MINOR | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index eedb52b..fbcbf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.6 \ No newline at end of file +3.4.0 \ No newline at end of file diff --git a/VERSION_MINOR b/VERSION_MINOR index f30101c..af1817b 100644 --- a/VERSION_MINOR +++ b/VERSION_MINOR @@ -1 +1 @@ -3.3 \ No newline at end of file +3.4 \ No newline at end of file