diff --git a/16/Dockerfile b/16/Dockerfile index 873c8fb..5a8c4f7 100644 --- a/16/Dockerfile +++ b/16/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/17/Dockerfile b/17/Dockerfile index ce9d042..0e402ce 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/18/Dockerfile b/18/Dockerfile index 0562435..57443a6 100644 --- a/18/Dockerfile +++ b/18/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/19/Dockerfile b/19/Dockerfile index 391d725..a7f519b 100644 --- a/19/Dockerfile +++ b/19/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/20/Dockerfile b/20/Dockerfile index b7844ca..e2255f2 100644 --- a/20/Dockerfile +++ b/20/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/21/Dockerfile b/21/Dockerfile index a3e18fe..db9ed35 100644 --- a/21/Dockerfile +++ b/21/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/22/Dockerfile b/22/Dockerfile index 6fd2d99..b90e937 100644 --- a/22/Dockerfile +++ b/22/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/22/overlay/tmp/NODE_BUILD b/22/overlay/tmp/NODE_BUILD index 999c811..d4e8564 100644 --- a/22/overlay/tmp/NODE_BUILD +++ b/22/overlay/tmp/NODE_BUILD @@ -1 +1 @@ -22.11.0-r0 \ No newline at end of file +22.11.0-r1 \ No newline at end of file diff --git a/23/Dockerfile b/23/Dockerfile index aa7e7d5..fdeca50 100644 --- a/23/Dockerfile +++ b/23/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0 +FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node" diff --git a/LICENSE b/LICENSE index 15e615c..fa0e195 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2024 bfren +Copyright (c) 2022-2025 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 b9e91c1..75a8e71 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ ## Copyright -> Copyright (c) 2022-2024 [bfren](https://bfren.dev) (unless otherwise stated) +> Copyright (c) 2022-2025 [bfren](https://bfren.dev) (unless otherwise stated) diff --git a/VERSION b/VERSION index 0fa4ae4..712bd5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.3.1 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 731d6ee..55af097 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.5.0" +BASE_VERSION="5.5.1" echo "Base: ${BASE_VERSION}" NODE_VERSIONS="16 17 18 19 20 21 22 23"