mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Fix Dockerfile to Node v18 to prevent build issues
See https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1761
This commit is contained in:
parent
cd1daaecc1
commit
9cc4a9ce4d
@ -1,5 +1,5 @@
|
||||
# Build stage
|
||||
FROM node:lts-alpine AS build
|
||||
FROM node:18-alpine AS build
|
||||
|
||||
# Set current working directory
|
||||
WORKDIR /community-server
|
||||
@ -13,7 +13,7 @@ RUN npm ci --unsafe-perm && npm run build
|
||||
|
||||
|
||||
# Runtime stage
|
||||
FROM node:lts-alpine
|
||||
FROM node:18-alpine
|
||||
|
||||
# Add contact informations for questions about the container
|
||||
LABEL maintainer="Solid Community Server Docker Image Maintainer <thomas.dupont@ugent.be>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user