We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253f698 commit 101ee36Copy full SHA for 101ee36
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.17.48 2023-12-15 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Freescout 1.8.113
5
6
7
## 1.17.47 2023-12-12 <dave at tiredofit dot ca>
8
9
PHP 7.4 and PHP 8.0 variants have been dropped
Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG FREESCOUT_VERSION
-ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.112"} \
+ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.113"} \
10
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
11
NGINX_WEBROOT=/www/html \
12
NGINX_SITE_ENABLED=freescout \
0 commit comments