Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pull in new Shibboleth SP and update PHP
satkinson committed Nov 3, 2022
1 parent b31073f commit 5b82c5a
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
@@ -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.3.33-apache-bullseye
FROM php:7.4.33-apache-bullseye

# Official PHP image with Apache HTTPD includes
# --with-openssl
4 changes: 3 additions & 1 deletion comanage-registry-internet2-tier-base/Dockerfile
@@ -25,7 +25,7 @@ RUN yum -y remove \
postgresql-devel \
postgresql

ARG PHP_VERSION=7.3.33
ARG PHP_VERSION=7.4.33
ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz

RUN yum -y install epel-release \
@@ -45,6 +45,7 @@ RUN yum -y update \
libxslt-devel \
make \
mariadb-devel \
oniguruma-devel \
openldap-devel \
openssl-devel \
rh-postgresql13 \
@@ -107,6 +108,7 @@ RUN rm -rf php-src \
libxslt-devel \
make \
mariadb-devel \
oniguruma-devel \
openldap-devel \
openssl-devel \
postgresql-devel \
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier/Dockerfile
@@ -144,7 +144,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=220223
ENV TIER_RELEASE=22021103
ENV TIER_MAINTAINER=tier

WORKDIR /srv/comanage-registry

0 comments on commit 5b82c5a

Please sign in to comment.