Skip to content

Commit

Permalink
Merge pull request #71 from devoxa/renovate/node-18.x
Browse files Browse the repository at this point in the history
Update Node.js to v18.19.0
  • Loading branch information
kodiakhq[bot] authored Dec 3, 2023
2 parents 7007bfa + 297d81c commit f5dc227
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.18-alpine AS builder
FROM node:18.19-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.18-alpine AS runner
FROM node:18.19-alpine AS runner
WORKDIR /application
ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@devoxa/eslint-config": "3.0.11",
"@devoxa/prettier-config": "2.0.2",
"@types/express": "4.17.21",
"@types/node": "18.19.1",
"@types/node": "18.19.2",
"eslint": "8.55.0",
"prettier": "3.1.0",
"ts-node-dev": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.8.tgz#b5dda19adaa473a9bf0ab5cbd8f30ec7d43f5c85"
integrity sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==

"@types/[email protected].1":
version "18.19.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.1.tgz#e3ed7d5ab5ea21f33a4503decb2171e0d8f53070"
integrity sha512-mZJ9V11gG5Vp0Ox2oERpeFDl+JvCwK24PGy76vVY/UgBtjwJWc5rYBThFxmbnYOm9UPZNm6wEl/sxHt2SU7x9A==
"@types/[email protected].2":
version "18.19.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.2.tgz#865107157bda220eef9fa8c2173152d6559a41ae"
integrity sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit f5dc227

Please sign in to comment.