Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/comanage-registry-internet2-tier-base
base: master
Choose a base ref
...
head repository: docker/comanage-registry-internet2-tier-base
compare: 3.2.3-20191118-rc1
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 18, 2019

  1. Update Dockerfile

    chubing committed Nov 18, 2019
    Copy the full SHA
    d678c88 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
@@ -18,7 +18,7 @@
# limitations under the License.
FROM centos:centos7 AS php-build

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

RUN yum -y install epel-release \