Skip to content

Commit

Permalink
v3.0.7 (#93)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to PHP 8.2.8, 8.1.21 and 8.0.29
  • Loading branch information
bfren authored Jul 8, 2023
1 parent 6320d1d commit 6a1c582
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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.43-alpine3.8-3.0.5
FROM bfren/apache:apache2.4.43-alpine3.8-3.0.6

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.56-alpine3.15-3.0.5
FROM bfren/apache:apache2.4.56-alpine3.15-3.0.6

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.56-alpine3.16-3.0.5
FROM bfren/apache:apache2.4.56-alpine3.16-3.0.6

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.28-r0
8.0.29-r0
2 changes: 1 addition & 1 deletion 8.0/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.28
8.0.29
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.57-alpine3.18-3.0.5
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.6

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

Expand Down
2 changes: 1 addition & 1 deletion 8.1/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.20-r0
8.1.21-r0
2 changes: 1 addition & 1 deletion 8.1/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.20
8.1.21
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.57-alpine3.18-3.0.5
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.6

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

Expand Down
2 changes: 1 addition & 1 deletion 8.2/overlay/tmp/PHP_BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.7-r0
8.2.8-r0
2 changes: 1 addition & 1 deletion 8.2/overlay/tmp/PHP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.7
8.2.8
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
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="3.0.5"
BASE_REVISION="3.0.6"
echo "Base: ${BASE_REVISION}"

PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"
Expand Down

0 comments on commit 6a1c582

Please sign in to comment.