build: Update Dockerfile and go.mod

The Dockerfile has been updated to use a new Redis module, techio.dev/lttech/caddy-redis. The go.mod file no longer requires github.com/go-redis/redis/v8 v8.11.5 as a dependency.
main^2
naicoi 2023-06-25 01:44:17 +07:00
parent cfbc21d9ff
commit fe04dd21a3
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM caddy:builder-alpine AS builder
RUN xcaddy build \
--with github.com/techio-dev/caddy-redis@v1.6.2 \
--with techio.dev/lttech/caddy-redis \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddy-dns/digitalocean \
--with github.com/caddy-dns/porkbun \

1
go.mod
View File

@ -4,7 +4,6 @@ go 1.20
require (
github.com/caddyserver/caddy/v2 v2.6.4
github.com/go-redis/redis/v8 v8.11.5
)
require (