From 448836ab7e216b0d885bd8ee078df7cd19bd39fe Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Thu, 1 Aug 2024 03:31:58 +0200 Subject: [PATCH] Temporarily run off Super2025 branch I want to make some significant updates to receipts without disrupting West, so we're switching to a feature branch for now. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d011b8f..ffaad70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BRANCH=main +ARG BRANCH=super2025 FROM ghcr.io/magfest/ubersystem:${BRANCH} ENV uber_plugins=["magprime"]