Skip to content

Commit 6fb749e

Browse files
committed
Release 1.7.4 - See CHANGELOG.md
1 parent d1f6681 commit 6fb749e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.7.4 2023-02-26 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Bookstack 23.02
5+
6+
17
## 1.7.3 2023-02-02 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
77
ARG BOOKSTACK_VERSION
88

99
### Default Runtime Environment Variables
10-
ENV BOOKSTACK_VERSION=${BOOKSTACK_VERSION:-"v23.01.1"} \
10+
ENV BOOKSTACK_VERSION=${BOOKSTACK_VERSION:-"v23.02"} \
1111
BOOKSTACK_REPO_URL=https://github.com/BookStackApp/BookStack \
1212
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
1313
PHP_ENABLE_LDAP=TRUE \
@@ -40,7 +40,6 @@ RUN source /assets/functions/00-container \
4040
&& \
4141
\
4242
clone_git_repo "${BOOKSTACK_REPO_URL}" "${BOOKSTACK_VERSION}" /assets/install && \
43-
cd ${GIT_REPO_SRC} && \
4443
composer install && \
4544
\
4645
package cleanup && \

0 commit comments

Comments
 (0)