Skip to content

Commit 70d2d20

Browse files
committed
Update Dockerfile to use Node 18
1 parent 492344e commit 70d2d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 node:14-alpine
4+
FROM node:18-alpine
55
WORKDIR /app
66
ADD . /app/
77
EXPOSE 4000

0 commit comments

Comments
 (0)