Merge pull request #60 from sgotti/fix_docker_node_image_version
Dockerfile: use fixed node image version
This commit is contained in:
commit
ca0c494425
|
@ -1,4 +1,4 @@
|
||||||
FROM node:lts-alpine AS web_build
|
FROM node:12-alpine AS web_build
|
||||||
|
|
||||||
WORKDIR /agola-web
|
WORKDIR /agola-web
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue