File tree 8 files changed +9
-8
lines changed
8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM bfren/apache:apache2.4.43-alpine3.8-3.0.7
1
+ FROM bfren/apache:apache2.4.43-alpine3.8-3.0.8
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
4
Original file line number Diff line number Diff line change 1
- FROM bfren/apache:apache2.4.56-alpine3.15-3.0.7
1
+ FROM bfren/apache:apache2.4.56-alpine3.15-3.0.8
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
4
Original file line number Diff line number Diff line change 1
- FROM bfren/apache:apache2.4.56-alpine3.16-3.0.7
1
+ FROM bfren/apache:apache2.4.56-alpine3.16-3.0.8
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
4
Original file line number Diff line number Diff line change 1
- FROM bfren/apache:apache2.4.57-alpine3.18-3.0.7
1
+ FROM bfren/apache:apache2.4.57-alpine3.18-3.0.8
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
4
Original file line number Diff line number Diff line change 1
- FROM bfren/apache:apache2.4.57-alpine3.18-3.0.7
1
+ FROM bfren/apache:apache2.4.57-alpine3.18-3.0.8
2
2
3
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
4
Original file line number Diff line number Diff line change 1
- 3.0.12
1
+ 3.0.13
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
4
4
5
5
docker pull bfren/alpine
6
6
7
- BASE_REVISION=" 3.0.7 "
7
+ BASE_REVISION=" 3.0.8 "
8
8
echo " Base: ${BASE_REVISION} "
9
9
10
10
PHP_VERSIONS=" 5.6 7.4 8.0 8.1 8.2"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
IMAGE=` cat VERSION`
4
- PHP=${1:- 8.0 }
4
+ PHP=${1:- 8.2 }
5
5
6
6
docker buildx build \
7
+ --load \
7
8
--build-arg BF_IMAGE=apache-php \
8
9
--build-arg BF_VERSION=${IMAGE} \
9
10
-f ${PHP} /Dockerfile \
You can’t perform that action at this time.
0 commit comments