Skip to content

Commit e1ed3c2

Browse files
authored
Update Dockerfile
1 parent e60a975 commit e1ed3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM caddy:2.8.0-builder AS builder
1+
FROM caddy:2.8.1-builder AS builder
22

33
RUN xcaddy build \
44
--with github.com/caddy-dns/route53 \
@@ -7,7 +7,7 @@ RUN xcaddy build \
77
FROM alpine:3.20
88

99
LABEL org.opencontainers.image.title="caddy" \
10-
org.opencontainers.image.version="2.8.0" \
10+
org.opencontainers.image.version="2.8.1" \
1111
org.opencontainers.image.description="Custom Caddyserver as Docker Image" \
1212
org.opencontainers.image.licenses="Apache-2.0" \
1313
org.opencontainers.image.source="https://github.com/zyclonite/caddy-docker"

0 commit comments

Comments
 (0)