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