Skip to content

Commit 91fc217

Browse files
authored
v3.3.0 (#94)
Minor updates * Using latest base images * Adding Node 22 and 23 * Updating NPM to 10.9.1
1 parent ad8aa84 commit 91fc217

35 files changed

Lines changed: 70 additions & 23 deletions

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node: [ "16", "17", "18", "19", "20", "21" ]
17+
node: [ "16", "17", "18", "19", "20", "21", "22", "23" ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
-

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [ "16", "17", "18", "19", "20", "21" ]
13+
node: [ "16", "17", "18", "19", "20", "21", "22", "23" ]
1414
runs-on: ubuntu-latest
1515
steps:
1616
-
@@ -92,7 +92,7 @@ jobs:
9292
-
9393
name: Build and push default
9494
id: docker_build_default
95-
if: matrix.node == '20'
95+
if: matrix.node == '22'
9696
uses: docker/build-push-action@v6
9797
with:
9898
context: .

16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"
44

16/PKG.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.16&repo=&arch=&maintainer=
1+
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.16&repo=&arch=&maintainer=

17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.15-5.5.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"
44

17/PKG.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.15&repo=&arch=&maintainer=
1+
https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.15&repo=&arch=&maintainer=

18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"
44

18/PKG.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.18&repo=&arch=&maintainer=
1+
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=v3.18&repo=&arch=&maintainer=

19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.4.15
1+
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-node"
44

19/PKG.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.17&repo=&arch=&maintainer=
1+
https://pkgs.alpinelinux.org/packages?name=nodejs-current&branch=v3.17&repo=&arch=&maintainer=

0 commit comments

Comments
 (0)