Skip to content

Commit 287ed3f

Browse files
authoredDec 14, 2019
feat: bumb up docker to node 12 (#1622)
Node 10 is active but 12 is the recommended way https://nodejs.org/en/about/releases/ we have been running against v12 for months, so we are safe

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.3-alpine as builder
1+
FROM node:12.13.1-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.3-alpine
24+
FROM node:12.13.1-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.