File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.7.4 2023-02-26 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Bookstack 23.02
5
+
6
+
1
7
## 1.7.3 2023-02-02 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
7
7
ARG BOOKSTACK_VERSION
8
8
9
9
# ## Default Runtime Environment Variables
10
- ENV BOOKSTACK_VERSION=${BOOKSTACK_VERSION:-"v23.01.1 " } \
10
+ ENV BOOKSTACK_VERSION=${BOOKSTACK_VERSION:-"v23.02 " } \
11
11
BOOKSTACK_REPO_URL=https://github.com/BookStackApp/BookStack \
12
12
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
13
13
PHP_ENABLE_LDAP=TRUE \
@@ -40,7 +40,6 @@ RUN source /assets/functions/00-container \
40
40
&& \
41
41
\
42
42
clone_git_repo "${BOOKSTACK_REPO_URL}" "${BOOKSTACK_VERSION}" /assets/install && \
43
- cd ${GIT_REPO_SRC} && \
44
43
composer install && \
45
44
\
46
45
package cleanup && \
You can’t perform that action at this time.
0 commit comments