diff --git a/Dockerfile b/Dockerfile index d5796ab37..3b9e77693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM node:19.8.1-buster as build +FROM node:20.10.0-buster as build RUN git config --global url."https://".insteadOf ssh:// @@ -16,7 +16,7 @@ RUN npm run build && \ RUN find . -name ".npmrc" -type f -delete # Production Stage -FROM node:19.8.1-alpine +FROM node:21.5.0-alpine WORKDIR /opt/iex COPY --from=build /opt/iex .