Skip to content

Commit 66818dc

Browse files
committed
Release 1.15.46 - See CHANGELOG.md
1 parent 5b20354 commit 66818dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.15.45 2022-05-13 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ ENV FREESCOUT_VERSION=1.8.14 \
1616
PHP_ENABLE_OPENSSL=TRUE \
1717
PHP_ENABLE_SIMPLEXML=TRUE \
1818
PHP_ENABLE_TOKENIZER=TRUE \
19-
PHP_ENABLE_ZIP=TRUE
19+
PHP_ENABLE_ZIP=TRUE \
20+
IMAGE_NAME="tiredofit/freescout" \
21+
IMAGE_REPO_URL="https://github.com/tiredofit/docker-freescout/"
2022

2123
### Perform Installation
2224
RUN set -x && \

0 commit comments

Comments
 (0)