Merge pull request #60 from sgotti/fix_docker_node_image_version

Dockerfile: use fixed node image version
This commit is contained in:
Simone Gotti 2022-02-24 09:01:40 +01:00 committed by GitHub
commit ca0c494425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 WORKDIR /agola-web