Skip to content

Commit 6870f99

Browse files
committedMay 22, 2021
fix: update docker base 14.17.0
1 parent edef457 commit 6870f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:14.16.0-alpine as builder
1+
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:14.17.0-alpine as builder
22

33
ENV NODE_ENV=production \
44
VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org
@@ -23,7 +23,7 @@ RUN yarn config set npmRegistryServer $VERDACCIO_BUILD_REGISTRY && \
2323

2424

2525

26-
FROM node:14.16.0-alpine
26+
FROM node:14.17.0-alpine
2727
LABEL maintainer="https://github.com/verdaccio/verdaccio"
2828

2929
ENV VERDACCIO_APPDIR=/opt/verdaccio \

0 commit comments

Comments
 (0)