Skip to content

Commit

Permalink
Update Node.js from 18.19.0 to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent d7645bc commit 47124a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Builder ##

FROM node:18.19-alpine AS builder
FROM node:20.10-alpine AS builder
WORKDIR /application

# Install the NPM dependencies
Expand All @@ -16,7 +16,7 @@ RUN yarn install --production --frozen-lockfile

## Runner ##

FROM node:18.19-alpine AS runner
FROM node:20.10-alpine AS runner
WORKDIR /application
ENV NODE_ENV production

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"devDependencies": {
"@devoxa/eslint-config": "3.0.11",
"@devoxa/prettier-config": "2.0.2",
"@types/node": "18.19.3",
"@types/node": "20.10.4",
"@types/s3rver": "3.7.4",
"eslint": "8.55.0",
"prettier": "3.1.0",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3"
},
"volta": {
"node": "18.19.0"
"node": "20.10.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85"
integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==

"@types/node@18.19.3":
version "18.19.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
"@types/node@20.10.4":
version "20.10.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.4.tgz#b246fd84d55d5b1b71bf51f964bd514409347198"
integrity sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 47124a9

Please sign in to comment.