mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Use current node image as builder
Change-Id: I2bccf5bcd21e37625477695ee927d49dd4333ac4
This commit is contained in:
parent
c09e59d47a
commit
8db881a64d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Builder
|
||||
FROM node:10-alpine as builder
|
||||
FROM node:current as builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
|
Loading…
Reference in a new issue