chore(deps): update node.js to v20

This commit is contained in:
renovate[bot] 2023-04-20 22:48:28 +00:00 committed by GitHub
parent 13e9b85f85
commit d384a3e38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM docker.io/library/node:19-alpine
FROM docker.io/library/node:20-alpine
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile