Skip to content

Commit e258085

Browse files
Fix 7.1 -> 7.3 builds
1 parent cab4f5d commit e258085

File tree

8 files changed

+605
-415
lines changed

8 files changed

+605
-415
lines changed

build/build-7.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.1 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.1 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.1 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.1 -f php/Dockerfile-7.1 .

build/build-7.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.2 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.2 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.2 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.2 -f php/Dockerfile-7.2 .

build/build-7.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.3 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.3 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.3 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.3 -f php/Dockerfile-7.3 .

0 commit comments

Comments
 (0)