Skip to content

Commit

Permalink
Release 3.6.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 29, 2023
1 parent 427c157 commit cc3a3fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.6.1 2023-07-29 <jaydio@github>

### Changed
- Fix spelling mistake in Dockerfile when enabling Zip extension


## 3.6.0 2023-07-28 <dave at tiredofit dot ca>

### Added
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ ENV OSTICKET_VERSION=${OSTICKET_VERSION:-"v1.18"} \
PHP_ENABLE_LDAP=TRUE \
PHP_ENABLE_MYSQLI=TRUE \
PHP_ENABLE_OPENSSL=FALSE \
# PHP_ENABLE_SESSION=TRUE \
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
PHP_ENALBLE_ZIP=TRUE \
PHP_ENABLE_ZIP=TRUE \
NGINX_SITE_ENABLED=osticket \
NGINX_WEBROOT=/www/osticket \
ZABBIX_AGENT_TYPE=classic \
Expand Down

0 comments on commit cc3a3fb

Please sign in to comment.