1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

change version of node image back to 8.2 for compatibility reasons

This commit is contained in:
Sonja Happ 2019-07-17 16:09:49 +02:00
parent b659076c98
commit 897e949737

View file

@ -1,4 +1,4 @@
FROM node:12.2 AS builder
FROM node:8.2 AS builder
RUN apt-get install -y \
git