Skip to content

Commit fc29e3b

Browse files
authored
Merge pull request #652 from solidnerd/rjh_base_image
feat: update base PHP image to Trixie
2 parents c57e899 + d6d3237 commit fc29e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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.5-apache-bookworm AS final
10+
FROM php:8.5-apache-trixie AS final
1111
RUN set -x; \
1212
apt-get update \
1313
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)