From 03041bf746bd0033d45b663a0d5a4b430cdbb05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Sun, 10 Mar 2024 03:23:55 +0100 Subject: [PATCH] erf --- aleph-ui/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aleph-ui/Dockerfile b/aleph-ui/Dockerfile index 6d7525a..a875dab 100644 --- a/aleph-ui/Dockerfile +++ b/aleph-ui/Dockerfile @@ -1,4 +1,5 @@ -FROM ghcr.io/investigativedata/aleph-ui:${ALEPH_TAG:-latest} AS builder +ARG ALEPH_TAG +FROM ghcr.io/investigativedata/aleph-ui-base:${ALEPH_TAG} AS builder LABEL org.opencontainers.image.source = "https://github.com/investigativedata/aleph-ui"