Skip to content

Commit

Permalink
feat(docker): Node.js update to 10.16.3 (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Sep 26, 2019
1 parent b486a9d commit e081a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.16-alpine as builder
FROM node:10.16.3-alpine as builder

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



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

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down

0 comments on commit e081a58

Please sign in to comment.