Skip to content

Commit

Permalink
Release 7.1.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 5, 2022
1 parent 161bb34 commit f42fc2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.1.1 2022-10-05 <dave at tiredofit dot ca>

### Changed
- Remvoe /var/log entries in Dockerfile build


## 7.1.0 2022-10-01 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ RUN if [ "${PHP_BASE}" = "8.1" ] ; then export php_folder="81" ; else php_folde
\
### Cleanup
apk del .php-build-deps && \
rm -rf /var/cache/apk/* /usr/src/* /tmp/*
rm -rf /var/cache/apk/* /usr/src/* /tmp/* /var/log/*

### Networking Configuration
EXPOSE 9000
Expand Down

0 comments on commit f42fc2c

Please sign in to comment.