Skip to content

Commit b6490fc

Browse files
committed
drop node 16; add node 20
1 parent 6311fc5 commit b6490fc

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

16/Dockerfile renamed to 20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

33
ENV ASUSER= \
44
UID=0 \
File renamed without changes.
File renamed without changes.
File renamed without changes.

fwd-template.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"output": ".",
33
"builds": [
44
{
5-
"name": "16",
5+
"name": "18",
66
"data": {
7-
"from": "node:16-alpine",
8-
"version": "16"
7+
"from": "node:18-alpine",
8+
"version": "18"
99
},
1010
"files": [
1111
{
@@ -27,10 +27,10 @@
2727
]
2828
},
2929
{
30-
"name": "18",
30+
"name": "20",
3131
"data": {
32-
"from": "node:18-alpine",
33-
"version": "18"
32+
"from": "node:20-alpine",
33+
"version": "20"
3434
},
3535
"files": [
3636
{

kool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scripts:
33
build:
44
# parse templates
55
- kool run template
6-
# node 16
7-
- docker build --pull -t kooldev/node:16 16
86
# node 18
97
- docker build --pull -t kooldev/node:18 18
8+
# node 20
9+
- docker build --pull -t kooldev/node:20 20

0 commit comments

Comments
 (0)