etherpad: use minideb as builder

This commit is contained in:
Starbeamrainbowlabs 2021-04-18 13:11:52 +01:00
parent 64ba3712f4
commit acf74c49c3
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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