Skip to content

Commit

Permalink
chore(deps): update node docker tag to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent ff3f258 commit 1898f64
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:19.7.0
FROM node:20.16.0
WORKDIR /usr/src/voraphiliac
COPY package*.json ./
COPY tsconfig.json ./
COPY src ./src
RUN npm install
RUN npm run build
FROM node:19.7.0
FROM node:20.16.0
WORKDIR /usr/src/voraphiliac
COPY package*.json ./
RUN npm install --only=production
Expand Down
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.16.1",
"@types/node-fetch": "2.6.11",
"@types/sequelize": "4.28.20",
"eslint": "9.2.0"
Expand Down

0 comments on commit 1898f64

Please sign in to comment.