From 316349e1050404836700b6ac3acb21d1ce3c5f07 Mon Sep 17 00:00:00 2001 From: Dominic Martinez Date: Tue, 22 Oct 2024 09:26:10 -0700 Subject: [PATCH] Update base image (#5) * Update base image * Bump version --------- Co-authored-by: David Shafer --- Dockerfile | 2 +- VERSION.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1482ba..f241bdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM i2incommon/shibboleth_sp:3.4.1_05152024_rocky9_multiarch +FROM i2incommon/shibboleth_sp:3.5.0_10212024_rocky8_multiarch LABEL version="${VERSION}" diff --git a/VERSION.txt b/VERSION.txt index 7bcd0e3..6c6aa7c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.1.0 \ No newline at end of file