Skip to content

Commit

Permalink
v3.2.3 (#76)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to Node 18.20.1, 20.12.1 and 21.7.2
  • Loading branch information
bfren committed Apr 6, 2024
1 parent feb9dfe commit db442f9
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 18/overlay/tmp/NODE_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1-r0
18.20.1-r0
2 changes: 1 addition & 1 deletion 18/overlay/tmp/NODE_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19
18.20
2 changes: 1 addition & 1 deletion 19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 20/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 20/overlay/tmp/NODE_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1-r0
20.12.1-r0
2 changes: 1 addition & 1 deletion 20/overlay/tmp/NODE_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
20.12
2 changes: 1 addition & 1 deletion 21/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 21/overlay/tmp/NODE_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.4.0-r0
21.7.2-r0
2 changes: 1 addition & 1 deletion 21/overlay/tmp/NODE_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.4
21.7
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db442f9

Please sign in to comment.