Skip to content

Commit

Permalink
bug: Use fork of libdns/route53 with upgraded AWS SDK
Browse files Browse the repository at this point in the history
There is a bug in the version of the AWS SDK that libdns/route53 currently uses, so instead use a fork that has the SDK version bumped.

Related:
 * aws/aws-sdk-go-v2#2370 (comment)
 * libdns/route53#235
 * caddy-dns/route53#42
  • Loading branch information
richid authored Jun 14, 2024
1 parent 4650d70 commit 0742c9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM caddy:${CADDY_VERSION}-builder AS builder

RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/caddy-dns/route53
--with github.com/caddy-dns/route53 \
--replace github.com/libdns/route53=github.com/winterqt/libdns-route53@upgrade-aws-sdk

FROM caddy:${CADDY_VERSION}-alpine

Expand Down

0 comments on commit 0742c9c

Please sign in to comment.