From 4e6c9987045de69999942d159b8dc27d14b2c84f Mon Sep 17 00:00:00 2001 From: Joy Liu Date: Sat, 4 Nov 2023 21:32:36 -0400 Subject: [PATCH] plez --- docker/shibboleth-sp-nginx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/shibboleth-sp-nginx/Dockerfile b/docker/shibboleth-sp-nginx/Dockerfile index 03af4af9..2bab7ccb 100644 --- a/docker/shibboleth-sp-nginx/Dockerfile +++ b/docker/shibboleth-sp-nginx/Dockerfile @@ -1,7 +1,7 @@ # Build stage FROM debian:buster-slim AS build -ENV NGINX_VERSION=1.18.0-2~buster +ENV NGINX_VERSION=1.14.2-2~buster # Install dependencies RUN apt-get update \ @@ -61,7 +61,7 @@ COPY shibd.logger /etc/shibboleth/ RUN mkdir /opt/shibboleth && chown _shibd:_shibd /opt/shibboleth RUN mkdir /run/shibboleth && chown _shibd:_shibd /run/shibboleth -# Allow Nginx to access the Shibboleth sockets +# Allow Nginx to access Shibboleth sockets RUN adduser nginx _shibd EXPOSE 80 443