Skip to content

Commit

Permalink
feat: update Node.js docker image 14.17.0 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 15, 2021
1 parent 251bd95 commit 4ed7286
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 --platform=${BUILDPLATFORM:-linux/amd64} node:14.16.1-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:14.17.0-alpine as builder

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

FROM node:14.16.1-alpine
FROM node:14.17.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down

0 comments on commit 4ed7286

Please sign in to comment.