Skip to content

Commit e081a58

Browse files
authoredSep 26, 2019
feat(docker): Node.js update to 10.16.3 (#1473)

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 node:10.16-alpine as builder
1+
FROM node:10.16.3-alpine as builder
22

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

2222

2323

24-
FROM node:10.16-alpine
24+
FROM node:10.16.3-alpine
2525
LABEL maintainer="https://github.com/verdaccio/verdaccio"
2626

2727
ENV VERDACCIO_APPDIR=/opt/verdaccio \

0 commit comments

Comments
 (0)
Please sign in to comment.