Skip to content

Commit

Permalink
v2.4.1 (#63)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating PHP 8 build
  • Loading branch information
bfren authored Dec 11, 2022
1 parent 427b10b commit c8fb2f4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 5.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/apache:apache2.4.4x-2.2.15
FROM bfren/apache:apache2.4.4x-2.2.16

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"

Expand Down
2 changes: 1 addition & 1 deletion 7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/apache:apache2.4.5x-2.2.15
FROM bfren/apache:apache2.4.5x-2.2.16

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"

Expand Down
2 changes: 1 addition & 1 deletion 8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/apache:apache2.4.5x-2.2.15
FROM bfren/apache:apache2.4.5x-2.2.16

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"

Expand Down
2 changes: 1 addition & 1 deletion 8.0/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.26-r0
8.0.26-r1
2 changes: 1 addition & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/apache:apache2.4.5x-2.2.15
FROM bfren/apache:apache2.4.5x-2.2.16

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"

Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/apache:apache2.4.5x-2.2.15
FROM bfren/apache:apache2.4.5x-2.2.16

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.4.1
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_REVISION="2.2.15"
BASE_REVISION="2.2.16"
echo "Base: ${BASE_REVISION}"

PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"
Expand Down

0 comments on commit c8fb2f4

Please sign in to comment.