Skip to content

Commit

Permalink
Pin ratelimit plugin to version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed May 13, 2024
1 parent ad8e057 commit d10df4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ RUN wget -O /usr/bin/confd \
https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-amd64 \
&& chmod 0755 /usr/bin/confd

# Install specific commit SHA before update of GO dependencies
# TODO: remove after upgrading to v2.7.6
RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit
--with github.com/mholt/caddy-ratelimit@2dc0d586f0b87e983757c403bc0929ddeb84a537

#
# Final stage
Expand Down

0 comments on commit d10df4e

Please sign in to comment.