File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
apps/meteor/tests/e2e/containers/saml Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- FROM php:7.1 -apache
1+ FROM php:7.3 -apache
22
33# Utilities
44RUN apt-get update && \
55 apt-get -y install apt-transport-https git curl vim --no-install-recommends && \
66 rm -r /var/lib/apt/lists/*
77
88# SimpleSAMLphp
9- ARG SIMPLESAMLPHP_VERSION=1.15.2
9+ ARG SIMPLESAMLPHP_VERSION=1.15.4
1010RUN curl -s -L -o /tmp/simplesamlphp.tar.gz https://github.com/simplesamlphp/simplesamlphp/releases/download/v$SIMPLESAMLPHP_VERSION/simplesamlphp-$SIMPLESAMLPHP_VERSION.tar.gz && \
1111 tar xzf /tmp/simplesamlphp.tar.gz -C /tmp && \
1212 rm -f /tmp/simplesamlphp.tar.gz && \
@@ -32,4 +32,4 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf && \
3232WORKDIR /var/www/simplesamlphp
3333
3434# General setup
35- EXPOSE 8080 8443
35+ EXPOSE 8080 8443
Original file line number Diff line number Diff line change 1- version : ' 3'
21services :
32 testsamlidp_idp :
43 build : .
You can’t perform that action at this time.
0 commit comments