diff --git a/comanage-registry-basic-auth/Dockerfile.template b/comanage-registry-basic-auth/Dockerfile.template index e7e62fc..af8d757 100644 --- a/comanage-registry-basic-auth/Dockerfile.template +++ b/comanage-registry-basic-auth/Dockerfile.template @@ -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 php:7.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \ diff --git a/comanage-registry-mod-auth-openidc/Dockerfile.template b/comanage-registry-mod-auth-openidc/Dockerfile.template index 28b6451..d10a3ae 100644 --- a/comanage-registry-mod-auth-openidc/Dockerfile.template +++ b/comanage-registry-mod-auth-openidc/Dockerfile.template @@ -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 php:7.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \ diff --git a/comanage-registry-shibboleth-sp/Dockerfile.template b/comanage-registry-shibboleth-sp/Dockerfile.template index 2e4f1e8..ee4e2ac 100644 --- a/comanage-registry-shibboleth-sp/Dockerfile.template +++ b/comanage-registry-shibboleth-sp/Dockerfile.template @@ -23,7 +23,7 @@ # and includes pdo # but xls, pdo_mysql, pdo_pgsql, mysqli, pgsql, # and ldap extensions must be built. -FROM php:7.0-apache +FROM php:7.0-apache-jessie RUN apt-get update \ && apt-get install -y --no-install-recommends \ diff --git a/comanage-registry/Dockerfile.template b/comanage-registry/Dockerfile.template index e7e62fc..af8d757 100644 --- a/comanage-registry/Dockerfile.template +++ b/comanage-registry/Dockerfile.template @@ -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 php:7.0-apache +FROM php:7.0-apache-jessie RUN apt-get update && apt-get install -y \ libldap-2.4-2 \