|
1 | 1 | FROM alpine:3 as bookstack
|
2 | | -ENV BOOKSTACK_VERSION=24.02.3 |
| 2 | +ENV BOOKSTACK_VERSION=24.05 |
3 | 3 | RUN apk add --no-cache curl tar
|
4 | 4 | RUN set -x; \
|
5 | 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 | 54 |
|
55 | 55 | COPY --from=bookstack --chown=33:33 /bookstack/ /var/www/bookstack/
|
56 | 56 |
|
57 | | -ARG COMPOSER_VERSION=2.1.12 |
| 57 | +ARG COMPOSER_VERSION=2.2.23 |
58 | 58 | RUN set -x; \
|
59 | 59 | cd /var/www/bookstack \
|
60 | 60 | && curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION \
|
|
0 commit comments