Skip to content

Commit f4a2baa

Browse files
committed
add: node 24 & 24-nginx
1 parent a01786a commit f4a2baa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
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: 4 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.

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)