From db442f96963364eddc9b3d520c6a67f0f6d97654 Mon Sep 17 00:00:00 2001 From: bfren Date: Sat, 6 Apr 2024 17:31:14 +0100 Subject: [PATCH] v3.2.3 (#76) Minor updates * Using latest base images * Updating to Node 18.20.1, 20.12.1 and 21.7.2 --- 16/Dockerfile | 2 +- 17/Dockerfile | 2 +- 18/Dockerfile | 2 +- 18/overlay/tmp/NODE_BUILD | 2 +- 18/overlay/tmp/NODE_MINOR | 2 +- 19/Dockerfile | 2 +- 20/Dockerfile | 2 +- 20/overlay/tmp/NODE_BUILD | 2 +- 20/overlay/tmp/NODE_MINOR | 2 +- 21/Dockerfile | 2 +- 21/overlay/tmp/NODE_BUILD | 2 +- 21/overlay/tmp/NODE_MINOR | 2 +- VERSION | 2 +- generate-dockerfiles.sh | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/16/Dockerfile b/16/Dockerfile index 8199058..f073c2e 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.16-5.2.3 +FROM bfren/alpine-s6:alpine3.16-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/17/Dockerfile b/17/Dockerfile index 8f7bf9d..eccfa4d 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.15-5.2.3 +FROM bfren/alpine-s6:alpine3.15-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/18/Dockerfile b/18/Dockerfile index 71348d5..12fa83d 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.18-5.2.3 +FROM bfren/alpine-s6:alpine3.18-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/18/overlay/tmp/NODE_BUILD b/18/overlay/tmp/NODE_BUILD index 0d81c7d..aca85ec 100644 --- a/18/overlay/tmp/NODE_BUILD +++ b/18/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -18.19.1-r0 \ No newline at end of file +18.20.1-r0 \ No newline at end of file diff --git a/18/overlay/tmp/NODE_MINOR b/18/overlay/tmp/NODE_MINOR index ca0a999..7c254fb 100644 --- a/18/overlay/tmp/NODE_MINOR +++ b/18/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -18.19 \ No newline at end of file +18.20 \ No newline at end of file diff --git a/19/Dockerfile b/19/Dockerfile index 92ed564..a0a006d 100644 --- a/19/Dockerfile +++ b/19/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.17-5.2.3 +FROM bfren/alpine-s6:alpine3.17-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/20/Dockerfile b/20/Dockerfile index aebf9af..fdab6e7 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.19-5.2.3 +FROM bfren/alpine-s6:alpine3.19-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/20/overlay/tmp/NODE_BUILD b/20/overlay/tmp/NODE_BUILD index 0aa600a..ec7e7b6 100644 --- a/20/overlay/tmp/NODE_BUILD +++ b/20/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -20.11.1-r0 \ No newline at end of file +20.12.1-r0 \ No newline at end of file diff --git a/20/overlay/tmp/NODE_MINOR b/20/overlay/tmp/NODE_MINOR index a3d2332..d5908b9 100644 --- a/20/overlay/tmp/NODE_MINOR +++ b/20/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -20.11 \ No newline at end of file +20.12 \ No newline at end of file diff --git a/21/Dockerfile b/21/Dockerfile index 4ac45b9..ffdb04c 100644 --- a/21/Dockerfile +++ b/21/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.19-5.2.3 +FROM bfren/alpine-s6:alpine3.19-5.2.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/21/overlay/tmp/NODE_BUILD b/21/overlay/tmp/NODE_BUILD index 4c6b20d..d3363f3 100644 --- a/21/overlay/tmp/NODE_BUILD +++ b/21/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -21.4.0-r0 \ No newline at end of file +21.7.2-r0 \ No newline at end of file diff --git a/21/overlay/tmp/NODE_MINOR b/21/overlay/tmp/NODE_MINOR index 102f0b3..2a813a8 100644 --- a/21/overlay/tmp/NODE_MINOR +++ b/21/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -21.4 \ No newline at end of file +21.7 \ No newline at end of file diff --git a/VERSION b/VERSION index acf9bf0..06eda28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.2.3 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 1b93c9c..8dc04cb 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.2.3" +BASE_VERSION="5.2.4" echo "Base: ${BASE_VERSION}" NODE_VERSIONS="16 17 18 19 20 21"