Skip to content

Commit da2905e

Browse files
authored
v4.1.0 (#107)
Major updates * Using latest base images * Adding NodeJS 24 Minor updates * Updating NPM build
1 parent 7ea7d49 commit da2905e

24 files changed

Lines changed: 41 additions & 19 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", "22", "23" ]
17+
node: [ "16", "17", "18", "19", "20", "21", "22", "23", "24" ]
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", "22", "23" ]
13+
node: [ "16", "17", "18", "19", "20", "21", "22", "23", "24" ]
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 == '22'
95+
if: matrix.node == '24'
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 quay.io/bfren/alpine-s6:alpine3.16-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.0
22

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

17/Dockerfile

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

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

18/Dockerfile

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

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

19/Dockerfile

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

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

20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.20-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.0
22

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

21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.20-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.0
22

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

22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.22-6.0.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.22-6.1.0
22

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

22/overlay/tmp/NPM_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.6.3-r0
1+
11.6.4-r0

0 commit comments

Comments
 (0)