Skip to content

Commit e349720

Browse files
authored
v3.0.9 (#95)
Minor updates * Using latest base images
1 parent dc91cac commit e349720

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.43-alpine3.8-3.0.6
1+
FROM bfren/apache:apache2.4.43-alpine3.8-3.0.7
22

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

7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.56-alpine3.15-3.0.6
1+
FROM bfren/apache:apache2.4.56-alpine3.15-3.0.7
22

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

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.56-alpine3.16-3.0.6
1+
FROM bfren/apache:apache2.4.56-alpine3.16-3.0.7
22

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

8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.6
1+
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.7
22

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

8.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.6
1+
FROM bfren/apache:apache2.4.57-alpine3.18-3.0.7
22

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.8
1+
3.0.9

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="3.0.6"
7+
BASE_REVISION="3.0.7"
88
echo "Base: ${BASE_REVISION}"
99

1010
PHP_VERSIONS="5.6 7.4 8.0 8.1 8.2"

0 commit comments

Comments
 (0)