mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 12:25:12 +00:00
Use node 8 (LTS) instead of 9 (latest)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:9 as ngbuild
|
||||
FROM node:8 as ngbuild
|
||||
|
||||
WORKDIR /data/
|
||||
|
||||
|
Reference in New Issue
Block a user