Skip to content

Commit b7ab22a

Browse files
authored
Merge pull request #490 from reddexx/patch-50
Update Bookstack to 24.05 and Composer V2.2.23
2 parents 1f88333 + a5c56f2 commit b7ab22a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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)