chore(deps): node:20.0.0

This commit is contained in:
Philipp Dormann 2023-04-22 11:39:32 +02:00
parent 6154ca7ddf
commit 81d4da6550
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.odit.services/hub/library/node:19.7.0-alpine3.16 as build FROM registry.odit.services/hub/library/node:20.0.0-alpine3.17 as build
ARG NPM_REGISTRY_URL=https://registry.npmjs.org ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app WORKDIR /app

View File

@ -57,6 +57,6 @@
"xlsx": "0.18.5" "xlsx": "0.18.5"
}, },
"volta": { "volta": {
"node": "19.7.0" "node": "20.0.0"
} }
} }