Skip to content

Commit

Permalink
Merge pull request #243 from mendix/DEP-1559_UpgradeNginx
Browse files Browse the repository at this point in the history
Upgrade Nginx to version 1.15.10
  • Loading branch information
svanderburg authored Apr 15, 2019
2 parents c231093 + cc041e4 commit d72bca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def buildstatus_callback(error_file):
def set_up_nginx():
buildpackutil.download_and_unpack(
buildpackutil.get_blobstore_url(
"/mx-buildpack/nginx-1.13.3-linux-x64-53917f43.tgz"
"/mx-buildpack/nginx-1.15.10-linux-x64-cflinuxfs2-6247377a.tgz"
),
BUILD_DIR,
cache_dir=CACHE_DIR,
Expand Down
2 changes: 1 addition & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_current_buildpack_commit():


logger.info(
"Started Mendix Cloud Foundry Buildpack v3.1.2 [commit:%s]",
"Started Mendix Cloud Foundry Buildpack v3.1.3 [commit:%s]",
get_current_buildpack_commit(),
)
logging.getLogger("m2ee").propagate = False
Expand Down

0 comments on commit d72bca4

Please sign in to comment.