diff --git a/16/Dockerfile b/16/Dockerfile index 1f1d5b8..dd893f5 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/17/Dockerfile b/17/Dockerfile index 517b462..4670685 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.15-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/18/Dockerfile b/18/Dockerfile index 79135fb..ebf77a7 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/19/Dockerfile b/19/Dockerfile index 75402a1..b69059f 100644 --- a/19/Dockerfile +++ b/19/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/20/Dockerfile b/20/Dockerfile index f984536..96142c9 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/21/Dockerfile b/21/Dockerfile index 8d1f5ac..18b7425 100644 --- a/21/Dockerfile +++ b/21/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/22/Dockerfile b/22/Dockerfile index 24e77e1..fc8934f 100644 --- a/22/Dockerfile +++ b/22/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/23/Dockerfile b/23/Dockerfile index b903978..01c9c77 100644 --- a/23/Dockerfile +++ b/23/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/24/Dockerfile b/24/Dockerfile index f3d62e0..f8c95d4 100644 --- a/24/Dockerfile +++ b/24/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1 +FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/24/overlay/tmp/NODE_BUILD b/24/overlay/tmp/NODE_BUILD index f55b16c..996b381 100644 --- a/24/overlay/tmp/NODE_BUILD +++ b/24/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -24.11.1-r0 \ No newline at end of file +24.13.0-r0 \ No newline at end of file diff --git a/24/overlay/tmp/NODE_MINOR b/24/overlay/tmp/NODE_MINOR index f677377..9811655 100644 --- a/24/overlay/tmp/NODE_MINOR +++ b/24/overlay/tmp/NODE_MINOR @@ -1 +1 @@ -24.11.1 \ No newline at end of file +24.13 \ No newline at end of file diff --git a/LICENSE b/LICENSE index fa0e195..787fee8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2025 bfren +Copyright (c) 2022-2026 bfren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 75a8e71..b190b4e 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ ## Copyright -> Copyright (c) 2022-2025 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2022-2026 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 2582ddd..cd9b8f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.1 \ No newline at end of file +4.1.2 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 21afb5e..d1d7205 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="6.1.1" +BASE_VERSION="6.1.2" echo "Base: ${BASE_VERSION}" NODE_VERSIONS="16 17 18 19 20 21 22 23 24"