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.
1 parent 3991208 commit 87315e2Copy full SHA for 87315e2
frameworks/PHP/php/php-caddy.dockerfile
@@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/8.4/fpm/
15
RUN apt-get install -y debian-keyring debian-archive-keyring apt-transport-https > /dev/null \
16
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg \
17
&& curl -sf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list \
18
- && apt-get update > /dev/null && apt-get install caddy > /dev/null
+ && apt-get update > /dev/null && apt-get install caddy=2.9.1 > /dev/null
19
20
ADD ./ /php
21
WORKDIR /php
0 commit comments