We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f88333 + a5c56f2 commit b7ab22aCopy full SHA for b7ab22a
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3 as bookstack
2
-ENV BOOKSTACK_VERSION=24.02.3
+ENV BOOKSTACK_VERSION=24.05
3
RUN apk add --no-cache curl tar
4
RUN set -x; \
5
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
54
55
COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
56
57
-ARG COMPOSER_VERSION=2.1.12
+ARG COMPOSER_VERSION=2.2.23
58
59
cd /var/www/bookstack \
60
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
0 commit comments