Update build base image with alpine

pull/237/head
Aliaksandr Shulyak 4 years ago
parent a00eebbca0
commit 9fae42274d
No known key found for this signature in database
GPG Key ID: 0BFCA412B03A4A76

@ -10,7 +10,7 @@ RUN npm install npm@latest --global \
COPY client .
RUN npm run build
FROM ghcr.io/plankanban/planka:build-base
FROM ghcr.io/plankanban/planka:build-base-3.15
WORKDIR /app

Loading…
Cancel
Save