From 4948af92e852fc90522f44dfb4a0f5485c4a7dc4 Mon Sep 17 00:00:00 2001
From: "egon w. stemle" <egon.stemle@eurac.edu>
Date: Tue, 18 May 2021 23:43:13 +0200
Subject: [PATCH] Bump DSPACE_APP_VERSION

---
 dockerfiles/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfiles/Earthfile b/dockerfiles/Earthfile
index 74a6174..06fb724 100644
--- a/dockerfiles/Earthfile
+++ b/dockerfiles/Earthfile
@@ -1,5 +1,5 @@
 # Usage: earthly --push [--no-cache] +docker
-ARG DSPACE_APP_VERSION=1.2-rc2
+ARG DSPACE_APP_VERSION=1.2-rc3
 
 docker-from-docker:
     FROM DOCKERFILE --build-arg DSPACE_APP_VERSION=$DSPACE_APP_VERSION .
-- 
GitLab