Skip to content

Commit

Permalink
feat: update docker base image to node 14.15.0 (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Oct 31, 2020
1 parent ef51294 commit f901749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM node:12.18.4-alpine as builder
FROM node:14.15.0-alpine as builder

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



FROM node:12.18.4-alpine
FROM node:14.15.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down

0 comments on commit f901749

Please sign in to comment.