Skip to content

Commit

Permalink
plez
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 5, 2023
1 parent edf1742 commit 4e6c998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/shibboleth-sp-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e6c998

Please sign in to comment.