From fc2d8056e9a10a4505bc940a6be31a29d67b141b Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Tue, 5 Jul 2022 07:30:49 -0500 Subject: [PATCH] Update PHP to latest in 7.4 seriesUpdate PHP to latest in 7.4 Update PHP to latest in 7.4 seriesUpdate PHP to latest in 7.4. --- comanage-match-base/Dockerfile | 2 +- comanage-match-internet2-tap-base/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comanage-match-base/Dockerfile b/comanage-match-base/Dockerfile index 2f436f5..7f1d0f1 100644 --- a/comanage-match-base/Dockerfile +++ b/comanage-match-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.4.29-apache-bullseye +FROM php:7.4.30-apache-bullseye # Official PHP image with Apache HTTPD includes # --with-openssl diff --git a/comanage-match-internet2-tap-base/Dockerfile b/comanage-match-internet2-tap-base/Dockerfile index 0b598ff..cda26e6 100644 --- a/comanage-match-internet2-tap-base/Dockerfile +++ b/comanage-match-internet2-tap-base/Dockerfile @@ -25,7 +25,7 @@ RUN yum -y remove \ postgresql-devel \ postgresql -ARG PHP_VERSION=7.4.29 +ARG PHP_VERSION=7.4.30 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN yum -y install epel-release \