diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 0cfa955..66e44d4 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -31,7 +31,7 @@ RUN \ php83=8.3.13-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.7.9-r0 \ + composer=2.8.2-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ "https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz" \