We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20354 commit 66818dcCopy full SHA for 66818dc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.15.46 2022-05-15 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Update IMAGE_NAME on startup
5
6
7
## 1.15.45 2022-05-13 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -16,7 +16,9 @@ ENV FREESCOUT_VERSION=1.8.14 \
16
PHP_ENABLE_OPENSSL=TRUE \
17
PHP_ENABLE_SIMPLEXML=TRUE \
18
PHP_ENABLE_TOKENIZER=TRUE \
19
- PHP_ENABLE_ZIP=TRUE
+ PHP_ENABLE_ZIP=TRUE \
20
+ IMAGE_NAME="tiredofit/freescout" \
21
+ IMAGE_REPO_URL="https://github.com/tiredofit/docker-freescout/"
22
23
### Perform Installation
24
RUN set -x && \
0 commit comments