From acf74c49c32dde2f8cad6b0f8fada0824bf1169b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 18 Apr 2021 13:11:52 +0100 Subject: [PATCH] etherpad: use minideb as builder --- images/etherpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/etherpad/Dockerfile b/images/etherpad/Dockerfile index ba005cd..32bf7ef 100644 --- a/images/etherpad/Dockerfile +++ b/images/etherpad/Dockerfile @@ -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