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:
parent
b659076c98
commit
897e949737
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:12.2 AS builder
|
||||
FROM node:8.2 AS builder
|
||||
|
||||
RUN apt-get install -y \
|
||||
git
|
||||
|
|
Loading…
Add table
Reference in a new issue