etherpad: use minideb as builder
This commit is contained in:
parent
64ba3712f4
commit
acf74c49c3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ARG REPO_LOCATION
|
||||
# ARG BASE_VERSION
|
||||
|
||||
FROM ${REPO_LOCATION}minideb-node AS builder
|
||||
FROM ${REPO_LOCATION}minideb AS builder
|
||||
|
||||
# This is release 1.8.12
|
||||
# It's important we checkout a specific commit, otherwise etherpad checks out the latest from develop O.o
|
||||
|
|
Loading…
Reference in a new issue