File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This image will be published as dspace/dspace-angular
22# See https://github.com/DSpace/dspace-angular/tree/main/docker for usage details
33
4- FROM docker.io/node:18 -alpine
4+ FROM docker.io/node:20 -alpine
55
66# Ensure Python and other build tools are available
77# These are needed to install some node modules, especially on linux/arm64
Original file line number Diff line number Diff line change 44# Test build:
55# docker build -f Dockerfile.dist -t dspace/dspace-angular:latest-dist .
66
7- FROM docker.io/node:18 -alpine AS build
7+ FROM docker.io/node:20 -alpine AS build
88
99# Ensure Python and other build tools are available
1010# These are needed to install some node modules, especially on linux/arm64
@@ -17,7 +17,7 @@ RUN npm install
1717ADD . /app/
1818RUN npm run build:prod
1919
20- FROM node:18 -alpine
20+ FROM node:20 -alpine
2121RUN npm install --global pm2
2222
2323COPY --chown=node:node --from=build /app/dist /app/dist
You can’t perform that action at this time.
0 commit comments