File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.4
22
3- ARG NODE_VERSION=22.4.1
3+ ARG NODE_VERSION=23.7.0
44ARG NGINX_VERSION=1.23.3
55
66# Development
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function "tags" {
3232 ]
3333}
3434
35- variable "NODE_VERSION" { default = " 18.14.2 " }
35+ variable "NODE_VERSION" { default = " 23.7.0 " }
3636
3737variable "NGINX_VERSION" { default = " 1.23.3" }
3838
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 context : .
88 target : nginx
99 args :
10- - NODE_VERSION=18.14.2
10+ - NODE_VERSION=23.7.0
1111 - NGINX_VERSION=1.23.3
1212 - GITHUB_REF_NAME=${GITHUB_REF_NAME:-main}
1313 - GITHUB_SHA=${GITHUB_SHA:-}
Original file line number Diff line number Diff line change 2222 "devDependencies" : {
2323 "@types/express" : " ^4.17.16" ,
2424 "@types/morgan" : " ^1.9.4" ,
25- "@types/node" : " ^18.11.18 " ,
25+ "@types/node" : " ^23.7.0 " ,
2626 "typescript" : " ^5"
2727 },
2828 "dependencies" : {
You can’t perform that action at this time.
0 commit comments