chore(deps): update node.js to v19

This commit is contained in:
renovate[bot] 2022-11-29 14:41:19 +00:00 committed by GitHub
parent e7040eb0dc
commit 10be352f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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