Skip to content

Commit

Permalink
Release 1.17.87 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Sep 22, 2024
1 parent e18974c commit e52e5ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.17.87 2024-09-22 <dave at tiredofit dot ca>

Now using PHP 8.3 as base

### Changed
- Fix for previous release with composer depdendencies not proceeding


## 1.17.86 2024-09-22 <dave at tiredofit dot ca>

### Added
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN source /assets/functions/00-container && \
php-ext enable core && \
clone_git_repo ${FREESCOUT_REPO_URL} ${FREESCOUT_VERSION} /assets/install && \
mkdir -p vendor/natxet/cssmin/src && \
mkdir -p vendor/rap2hpoutre/laravel-log-viewer/src/controllers && \
if [ -d "/build-assets/src" ] ; then cp -Rp /build-assets/src/* /assets/install ; fi; \
if [ -d "/build-assets/scripts" ] ; then for script in /build-assets/scripts/*.sh; do echo "** Applying $script"; bash $script; done && \ ; fi ; \
if [ -d "/build-assets/custom-scripts" ] ; then mkdir -p /assets/custom-scripts ; cp -Rp /build-assets/custom-scripts/* /assets/custom-scripts ; fi; \
Expand Down

0 comments on commit e52e5ad

Please sign in to comment.