Skip to content

Commit c44b1e2

Browse files
authored
Update Dockerfile
1 parent 623bea5 commit c44b1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM caddy:2.7.4-builder-alpine AS builder
1+
FROM caddy:2.7.5-builder-alpine AS builder
22

33
RUN xcaddy build \
44
--with github.com/mholt/caddy-ratelimit \
55
--with github.com/porech/caddy-maxmind-geolocation \
66
--with github.com/muety/caddy-remote-host
77

8-
FROM caddy:2.7.4-alpine
8+
FROM caddy:2.7.5-alpine
99

1010
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 commit comments

Comments
 (0)