From d17d43476b1dd125894ba9271df2e8f7e30b674b Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 8 Mar 2024 06:43:00 -0600 Subject: [PATCH] container shibboleth base to bookworm --- container/shibboleth-sp-base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/shibboleth-sp-base/Dockerfile b/container/shibboleth-sp-base/Dockerfile index 5a6c2fb54..58825c7d1 100644 --- a/container/shibboleth-sp-base/Dockerfile +++ b/container/shibboleth-sp-base/Dockerfile @@ -16,7 +16,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:11-slim +FROM debian:bookworm-slim ARG LOG4SHIB_VERSION ENV LOG4SHIB_VERSION=${LOG4SHIB_VERSION:-2.0.1} @@ -47,7 +47,7 @@ RUN apt-get update \ libboost-dev \ libcurl4-openssl-dev \ libssl-dev \ - libssl1.1 \ + libssl3 \ make \ pkg-config \ wget \