Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/PHP/php/php-caddy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY deploy/conf/* /etc/php/8.4/fpm/
RUN apt-get install -y debian-keyring debian-archive-keyring apt-transport-https > /dev/null \
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg \
&& curl -sf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list \
&& 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

ADD ./ /php
WORKDIR /php
Expand Down
Loading