Skip to content

Commit

Permalink
v3.0.1 (#87)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
* Updating to PHP 8.1.19 and 8.2.6
  • Loading branch information
bfren authored May 10, 2023
1 parent 1d8cadb commit 8c7a80c
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.0
FROM bfren/apache:apache2.4.43-alpine3.8-3.0.1

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.0
FROM bfren/apache:apache2.4.56-alpine3.15-3.0.1

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.0
FROM bfren/apache:apache2.4.56-alpine3.16-3.0.1

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

Expand Down
2 changes: 1 addition & 1 deletion 8.1/APACHE_BASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache2.4.57-alpine3.17
apache2.4.57-alpine3.18
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.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"

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.18-r0
8.1.19-r1
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.18
8.1.19
2 changes: 1 addition & 1 deletion 8.2/APACHE_BASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache2.4.57-alpineedge
apache2.4.57-alpine3.18
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-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"

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.5-r2
8.2.6-r1
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.5
8.2.6
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.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="3.0.0"
BASE_REVISION="3.0.1"
echo "Base: ${BASE_REVISION}"

PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"
Expand Down

0 comments on commit 8c7a80c

Please sign in to comment.