Skip to content

Commit

Permalink
Pull in new Shib SP; update PHP to 8.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
satkinson committed Jun 13, 2023
1 parent bfeee8c commit eacbb0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:8.0.28-apache-bullseye
FROM php:8.0.29-apache-bullseye

# Official PHP image with Apache HTTPD includes
# --with-openssl
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN yum -y remove \
postgresql-devel \
postgresql

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

RUN yum -y install epel-release \
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=230511
ENV TIER_RELEASE=230613
ENV TIER_MAINTAINER=tier

WORKDIR /srv/comanage-registry
Expand Down

0 comments on commit eacbb0f

Please sign in to comment.