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
base: master
Choose a base ref
...
head repository: docker/COmanage
compare: develop-old-layout
Choose a head ref

There isn’t anything to compare.

master and develop-old-layout are entirely different commit histories.

Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
@@ -41,7 +41,7 @@ RUN yum -y update && yum -y install \

WORKDIR /usr/local/src

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

RUN mkdir php-src \