Skip to content

Commit 476d026

Browse files
Update php Docker tag to v8.3
1 parent 665a3dd commit 476d026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN set -x; \
77
&& tar xvf bookstack.tar.gz -C /bookstack --strip-components=1 \
88
&& rm bookstack.tar.gz
99

10-
FROM php:8.2-apache-bookworm as final
10+
FROM php:8.3-apache-bookworm as final
1111
RUN set -x; \
1212
apt-get update \
1313
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)