We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29578f commit b22ace5Copy full SHA for b22ace5
4 files changed
5.6/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bfren/apache:apache2.4.4x-2.2.30
+FROM bfren/apache:apache2.4.4x-2.2.31
2
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
8.1/Dockerfile
-FROM bfren/apache:apache2.4.5x-2.2.30
+FROM bfren/apache:apache2.4.5x-2.2.31
VERSION
@@ -1 +1 @@
-2.5.1
+2.5.2
generate-dockerfiles.sh
@@ -4,7 +4,7 @@ set -euo pipefail
5
docker pull bfren/alpine
6
7
-BASE_REVISION="2.2.30"
+BASE_REVISION="2.2.31"
8
echo "Base: ${BASE_REVISION}"
9
10
PHP_VERSIONS="5.6 8.1"
0 commit comments