diff --git a/5.6/Dockerfile b/5.6/Dockerfile index 244ba4b..71b3e65 100644 --- a/5.6/Dockerfile +++ b/5.6/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/apache:apache2.4.43-alpine3.8-3.0.0 +FROM bfren/apache:apache2.4.43-alpine3.8-3.0.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php" diff --git a/7.4/Dockerfile b/7.4/Dockerfile index 60c89b3..8c2c028 100644 --- a/7.4/Dockerfile +++ b/7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/apache:apache2.4.56-alpine3.15-3.0.0 +FROM bfren/apache:apache2.4.56-alpine3.15-3.0.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php" diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 15f15b4..8c92c11 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/apache:apache2.4.56-alpine3.16-3.0.0 +FROM bfren/apache:apache2.4.56-alpine3.16-3.0.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php" diff --git a/8.1/APACHE_BASE b/8.1/APACHE_BASE index 46c5562..88da37e 100644 --- a/8.1/APACHE_BASE +++ b/8.1/APACHE_BASE @@ -1 +1 @@ -apache2.4.57-alpine3.17 \ No newline at end of file +apache2.4.57-alpine3.18 \ No newline at end of file diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 1f007cc..1f21a0c 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/apache:apache2.4.57-alpine3.17-3.0.0 +FROM bfren/apache:apache2.4.57-alpine3.18-3.0.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php" diff --git a/8.1/overlay/tmp/PHP_BUILD b/8.1/overlay/tmp/PHP_BUILD index 7e31954..1b6c5a3 100644 --- a/8.1/overlay/tmp/PHP_BUILD +++ b/8.1/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.1.18-r0 \ No newline at end of file +8.1.19-r1 \ No newline at end of file diff --git a/8.1/overlay/tmp/PHP_REVISION b/8.1/overlay/tmp/PHP_REVISION index 5c262d7..f8f3476 100644 --- a/8.1/overlay/tmp/PHP_REVISION +++ b/8.1/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.1.18 \ No newline at end of file +8.1.19 \ No newline at end of file diff --git a/8.2/APACHE_BASE b/8.2/APACHE_BASE index 3cc9051..88da37e 100644 --- a/8.2/APACHE_BASE +++ b/8.2/APACHE_BASE @@ -1 +1 @@ -apache2.4.57-alpineedge \ No newline at end of file +apache2.4.57-alpine3.18 \ No newline at end of file diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 035b19c..05c963c 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/apache:apache2.4.57-alpineedge-3.0.0 +FROM bfren/apache:apache2.4.57-alpine3.18-3.0.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php" diff --git a/8.2/overlay/tmp/PHP_BUILD b/8.2/overlay/tmp/PHP_BUILD index 71512e8..2e0a3a4 100644 --- a/8.2/overlay/tmp/PHP_BUILD +++ b/8.2/overlay/tmp/PHP_BUILD @@ -1 +1 @@ -8.2.5-r2 \ No newline at end of file +8.2.6-r1 \ No newline at end of file diff --git a/8.2/overlay/tmp/PHP_REVISION b/8.2/overlay/tmp/PHP_REVISION index 971f1f4..bcd9546 100644 --- a/8.2/overlay/tmp/PHP_REVISION +++ b/8.2/overlay/tmp/PHP_REVISION @@ -1 +1 @@ -8.2.5 \ No newline at end of file +8.2.6 \ No newline at end of file diff --git a/VERSION b/VERSION index 56fea8a..13d683c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +3.0.1 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 6816b45..5f9a939 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_REVISION="3.0.0" +BASE_REVISION="3.0.1" echo "Base: ${BASE_REVISION}" PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"