Skip to content

Commit 168fea9

Browse files
committed
Fix SAML tests
1 parent 8b4e340 commit 168fea9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/meteor/tests/e2e/containers/saml/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:7.1-apache
1+
FROM php:7.3-apache
22

33
# Utilities
44
RUN 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
1010
RUN 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 && \
3232
WORKDIR /var/www/simplesamlphp
3333

3434
# General setup
35-
EXPOSE 8080 8443
35+
EXPOSE 8080 8443

apps/meteor/tests/e2e/containers/saml/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
testsamlidp_idp:
43
build: .

0 commit comments

Comments
 (0)