diff --git a/dockerfiles/Earthfile b/dockerfiles/Earthfile
index 74a6174b692ad1fce8c0683489ca0674152e4c9f..06fb724c4a2e822dbd1e28626440dcb7f6f59428 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 .