Skip to content

Commit

Permalink
v3.0.6 (#92)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Jun 15, 2023
1 parent feb5c15 commit 6320d1d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.4
FROM bfren/apache:apache2.4.43-alpine3.8-3.0.5

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

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

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

Expand Down
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.4
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.5

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.57-alpine3.18-3.0.4
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.5

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 @@
3.0.5
3.0.6
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.4"
BASE_REVISION="3.0.5"
echo "Base: ${BASE_REVISION}"

PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"
Expand Down

0 comments on commit 6320d1d

Please sign in to comment.