Dockerfile: use fixed node image version

Fix it to node 12 until we migrate to new versions of tailwind, vue
etc...
This commit is contained in:
Simone Gotti 2022-02-24 08:53:10 +01:00
parent 3e6f24b14b
commit 5086f0a4ec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine AS web_build
FROM node:12-alpine AS web_build
WORKDIR /agola-web