We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6e51f commit d513bd1Copy full SHA for d513bd1
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3 as bookstack
2
-ENV BOOKSTACK_VERSION=21.05.2
+ENV BOOKSTACK_VERSION=21.11
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 \
@@ -51,7 +51,7 @@ COPY bookstack.conf /etc/apache2/sites-available/000-default.conf
51
52
COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
53
54
-ARG COMPOSER_VERSION=1.10.16
+ARG COMPOSER_VERSION=2.0.12
55
56
cd /var/www/bookstack \
57
&& curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
0 commit comments