diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index aa55e9c..9ccf4ca 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -29,7 +29,7 @@ RUN \ php7=7.3.20-r0\ \ && apk add --no-cache --virtual .build-dependencies \ - composer=1.9.1-r0 \ + composer=1.10.8-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ https://github.com/BookStackApp/BookStack/archive/v0.29.3.tar.gz \