From 9fae42274db0d5abb410d3a659c906fefee806b9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Shulyak Date: Sat, 30 Apr 2022 21:53:46 -0500 Subject: [PATCH] Update build base image with alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a010df..81333ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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