Skip to content

Commit 6252806

Browse files
authored
Merge pull request #81 from wdarking/node-24
Add: node:24-nginx
2 parents a01786a + 882f4f8 commit 6252806

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
version: [20, 22, 22-nginx, 24]
13+
version: [20, 22, 24, 24-nginx]
1414
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
1515
runs-on: ${{ matrix.runs-on }}
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image
2-
FROM kooldev/node:22
2+
FROM kooldev/node:24
33

44
RUN apk add --no-cache nginx
55

File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
1414

1515
- [22](https://github.com/kool-dev/docker-node/blob/master/22/Dockerfile)
1616

17-
### 22-nginx
18-
19-
- [22-nginx](https://github.com/kool-dev/docker-node/blob/master/22-nginx/Dockerfile)
20-
2117
### 24
2218

2319
- [24](https://github.com/kool-dev/docker-node/blob/master/24/Dockerfile)
2420

21+
### 24-nginx
22+
23+
- [24-nginx](https://github.com/kool-dev/docker-node/blob/master/24-nginx/Dockerfile)
24+
2525
### Legacy tags
2626

2727
The following images have been discontinued, but still exist on Hub Docker in case you need them. We strongly advise moving to the newer versions.
@@ -32,6 +32,7 @@ The following images have been discontinued, but still exist on Hub Docker in ca
3232
- [16](https://github.com/kool-dev/docker-node/blob/master/16/Dockerfile)
3333
- [18](https://github.com/kool-dev/docker-node/blob/master/18/Dockerfile)
3434
- [21](https://github.com/kool-dev/docker-node/blob/master/21/Dockerfile)
35+
- [22-nginx](https://github.com/kool-dev/docker-node/blob/master/22-nginx/Dockerfile)
3536

3637
## Environment Variables
3738

kool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ scripts:
55
- kool run template
66
- docker build --pull -t kooldev/node:20 20
77
- docker build --pull -t kooldev/node:22 22
8-
- docker build --pull -t kooldev/node:22-nginx 22-nginx
98
- docker build --pull -t kooldev/node:24 24
9+
- docker build --pull -t kooldev/node:24-nginx 24-nginx

0 commit comments

Comments
 (0)