We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
verdaccio
Learn more about funding links in repositories.
Report abuse
1 parent edef457 commit 6870f99Copy full SHA for 6870f99
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM:-linux/amd64} node:14.16.0-alpine as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} node:14.17.0-alpine as builder
2
3
ENV NODE_ENV=production \
4
VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org
@@ -23,7 +23,7 @@ RUN yarn config set npmRegistryServer $VERDACCIO_BUILD_REGISTRY && \
23
24
25
26
-FROM node:14.16.0-alpine
+FROM node:14.17.0-alpine
27
LABEL maintainer="https://github.com/verdaccio/verdaccio"
28
29
ENV VERDACCIO_APPDIR=/opt/verdaccio \
0 commit comments