diff --git a/Dockerfile b/Dockerfile index d5796ab37..11c63f6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM node:19.8.1-buster as build +FROM node:20.9.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.1.0-alpine WORKDIR /opt/iex COPY --from=build /opt/iex .