diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 5ddf9ee..33dde80 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 13d8850..1661021 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.1/Dockerfile b/8.1/Dockerfile index b4a8763..6bcd5da 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 206e343..f470577 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 0a2a4d7..afb0dac 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.4/Dockerfile b/8.4/Dockerfile index 2b7ea69..9b6cbaf 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.4/overlay/tmp/PHP_BUILD b/8.4/overlay/tmp/PHP_BUILD index 4cfef99..26cd1a8 100644 --- a/8.4/overlay/tmp/PHP_BUILD +++ b/8.4/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.4.18-r0 \ No newline at end of file +8.4.19-r0 \ No newline at end of file diff --git a/8.4/overlay/tmp/PHP_REVISION b/8.4/overlay/tmp/PHP_REVISION index 0b95416..5c16f8e 100644 --- a/8.4/overlay/tmp/PHP_REVISION +++ b/8.4/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.4.18 \ No newline at end of file +8.4.19 \ No newline at end of file diff --git a/8.5/Dockerfile b/8.5/Dockerfile index cc8bf1f..9bed5e7 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /tmp RUN \ # get the Nu scripts from the PHP image overlay echo "Cloning Alpine overlay." && \ - apk add git && git clone --branch v3.1.6 https://github.com/bfren/docker-php.git && \ + apk add git && git clone --branch v3.1.7 https://github.com/bfren/docker-php.git && \ mkdir /overlay && \ mv docker-php/overlay/etc /overlay/ diff --git a/8.5/overlay/tmp/PHP_BUILD b/8.5/overlay/tmp/PHP_BUILD index 052c3ca..3f6245e 100644 --- a/8.5/overlay/tmp/PHP_BUILD +++ b/8.5/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.5.3-r0 \ No newline at end of file +8.5.4-r0 \ No newline at end of file diff --git a/8.5/overlay/tmp/PHP_REVISION b/8.5/overlay/tmp/PHP_REVISION index 6a29595..fa2f738 100644 --- a/8.5/overlay/tmp/PHP_REVISION +++ b/8.5/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.5.3 \ No newline at end of file +8.5.4 \ No newline at end of file diff --git a/VERSION b/VERSION index 5f82703..1c61cc5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.1.7 \ No newline at end of file +8.1.8 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index e330c02..65bf9d7 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -5,7 +5,7 @@ set -euo pipefail docker pull bfren/alpine BASE_VERSION="7.1.4" -PHP_BRANCH="v3.1.6" +PHP_BRANCH="v3.1.7" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4 8.5" for V in ${PHP_VERSIONS} ; do