chore(deps): update node.js to v20.10.0 (#4186)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-02 18:37:47 +01:00 committed by GitHub
parent 0ecc2bf1d9
commit b41c788e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:20.9.0-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:20.10.0-alpine as builder
ENV NODE_ENV=production \
VERDACCIO_BUILD_REGISTRY=https://registry.npmjs.org \
@ -31,7 +31,7 @@ RUN yarn pack --dry-run \
## clean up and reduce bundle size
RUN rm -Rf /opt/verdaccio-build
FROM node:20.9.0-alpine
FROM node:20.10.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"
ENV VERDACCIO_APPDIR=/opt/verdaccio \