Skip to content

Commit

Permalink
Update PHP to version 7.3.31
Browse files Browse the repository at this point in the history
Update PHP to version 7.3.31.
  • Loading branch information
skoranda committed Oct 2, 2021
1 parent fcaa7c3 commit e2fea15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:7.3.30-apache-bullseye
FROM php:7.3.31-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 @@ -20,7 +20,7 @@ FROM centos/python-38-centos7 AS php-build

USER root

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

RUN yum -y install epel-release \
Expand Down

0 comments on commit e2fea15

Please sign in to comment.