diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 7a462dc..6a5bf99 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -11,7 +11,7 @@ ARG BOOKSTACK_VERSION="v24.05.3" RUN \ apk add --no-cache \ mariadb-client=10.11.8-r0 \ - nginx=1.26.1-r0 \ + nginx=1.26.2-r0 \ php83-curl=8.3.9-r0 \ php83-dom=8.3.9-r0 \ php83-fileinfo=8.3.9-r0 \