Skip to content

Commit

Permalink
Update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 98d85e8 commit 4ed2f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.19.0-alpine3.18 AS build
FROM node:18.20.3-alpine3.18 AS build
RUN apk update && apk add curl
WORKDIR /app
COPY package.json yarn.lock ./
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "EUPL-1.2",
"engines": {
"node": "18.19.0",
"node": "18.20.4",
"yarn": "1.x"
},
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.19.50",
"@types/node": "^18.19.61",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^9.0.0",
Expand Down

0 comments on commit 4ed2f14

Please sign in to comment.