Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5c56f2

Browse filesBrowse files
authored
Update Bookstack to 24.05 and Composer V2.2.23
1 parent 1f88333 commit a5c56f2
Copy full SHA for a5c56f2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Dockerfile

Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3 as bookstack
2-
ENV BOOKSTACK_VERSION=24.02.3
2+
ENV BOOKSTACK_VERSION=24.05
33
RUN apk add --no-cache curl tar
44
RUN set -x; \
55
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
@@ -54,7 +54,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
5454

5555
COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
5656

57-
ARG COMPOSER_VERSION=2.1.12
57+
ARG COMPOSER_VERSION=2.2.23
5858
RUN set -x; \
5959
cd /var/www/bookstack \
6060
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.