Skip to content

Commit

Permalink
Merge pull request #99 from shopware/add-version
Browse files Browse the repository at this point in the history
fix: set COMPOSER_ROOT_VERSION
  • Loading branch information
shyim authored Aug 5, 2024
2 parents 0486172 + 4e09af4 commit 948a8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2024-08-05

Added environment variable `COMPOSER_ROOT_VERSION` set to `1.0.0` to not require Git to find the fallback version number when not defined.

## 2024-08-02

Deprecated the installation and update scripts that were previously included in the repository.
Expand Down
1 change: 1 addition & 0 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ENV APP_ENV=prod \
SHOPWARE_SKIP_WEBINSTALLER=1 \
COMPOSER_PLUGIN_LOADER=1 \
COMPOSER_HOME=/tmp/composer \
COMPOSER_ROOT_VERSION=1.0.0 \
INSTALL_LOCALE=en-GB \
INSTALL_CURRENCY=EUR \
INSTALL_ADMIN_USERNAME=admin \
Expand Down

0 comments on commit 948a8b4

Please sign in to comment.