Skip to content

Commit

Permalink
feat: update docker image base to v18.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Mar 23, 2023
1 parent 9a684a7 commit fd78ca9
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:18.14.0-alpine as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:18.15.0-alpine as builder

ENV NODE_ENV=production \
VERDACCIO_BUILD_REGISTRY=https://registry.npmjs.org \
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN yarn pack --out verdaccio.tgz \
## clean up and reduce bundle size
RUN rm -Rf /opt/verdaccio-build

FROM node:18.14.0-alpine
FROM node:18.15.0-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"

ENV VERDACCIO_APPDIR=/opt/verdaccio \
Expand Down

0 comments on commit fd78ca9

Please sign in to comment.