Skip to content

Commit b1b7ff7

Browse files
committed
fixed node version in docker build
1 parent 080d448 commit b1b7ff7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

3-
ARG NODE_VERSION=22.4.1
3+
ARG NODE_VERSION=23.7.0
44
ARG NGINX_VERSION=1.23.3
55

66
# Development

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
variable "NGINX_VERSION" { default = "1.23.3" }
3838

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:-}

packages/hrry.me/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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": {

0 commit comments

Comments
 (0)