diff --git a/Dockerfile b/Dockerfile
index c5966f1..e710c7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,10 +1,10 @@
-FROM --platform=$TARGETPLATFORM rockylinux:8.9
+FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:8.10
 
 # Define args and set a default value
 ARG maintainer=tier
 ARG imagename=shibboleth_sp
-ARG version=3.4.1
-ARG TIERVERSION=20240308-Rocky8-MA
+ARG version=3.5.0
+ARG TIERVERSION=20250313-Rocky8-MA
 
 MAINTAINER $maintainer
 LABEL Vendor="Internet2"