Skip to content

Commit 7745500

Browse files
committed
increased env build version
1 parent 2178b27 commit 7745500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Target build/use environment
22
APP_ENV=local
33
BUILD_IMAGE=php-5.6-apache
4-
BUILD_IMAGE_TAG=v0.0.3
4+
BUILD_IMAGE_TAG=v0.0.4
55

66
# Making the npm versions changeable
77
NPM_VERSION=6.4.1

push-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo -e "Publishing EWC Web Docker Image Build"
1111
set -o allexport; source .env; set +o allexport
1212

1313
image=${BUILD_IMAGE:-php-5.6-apache}
14-
image_tag=${BUILD_IMAGE_TAG:-v0.0.3}
14+
image_tag=${BUILD_IMAGE_TAG:-v0.0.4}
1515

1616
# Tag the local copy to the remote webserver repo & push the release version
1717
echo -e "Tagging build image as :$image_tag to webserver repo"

0 commit comments

Comments
 (0)