Skip to content

Commit

Permalink
Update Bookstack to 24.05 and Composer V2.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
reddexx committed May 13, 2024
1 parent 1f88333 commit a5c56f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3 as bookstack
ENV BOOKSTACK_VERSION=24.02.3
ENV BOOKSTACK_VERSION=24.05
RUN apk add --no-cache curl tar
RUN set -x; \
curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz \
Expand Down Expand Up @@ -54,7 +54,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf

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

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

0 comments on commit a5c56f2

Please sign in to comment.