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.
2 parents 67830c7 + 4040a81 commit 02e53c0Copy full SHA for 02e53c0
Dockerfile
@@ -7,7 +7,7 @@ RUN set -x; \
7
&& tar xvf bookstack.tar.gz -C /bookstack --strip-components=1 \
8
&& rm bookstack.tar.gz
9
10
-FROM php:8.1-apache-buster as final
+FROM php:8.2-apache-buster as final
11
RUN set -x; \
12
apt-get update \
13
&& apt-get install -y --no-install-recommends \
0 commit comments