We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60a975 commit e1ed3c2Copy full SHA for e1ed3c2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM caddy:2.8.0-builder AS builder
+FROM caddy:2.8.1-builder AS builder
2
3
RUN xcaddy build \
4
--with github.com/caddy-dns/route53 \
@@ -7,7 +7,7 @@ RUN xcaddy build \
7
FROM alpine:3.20
8
9
LABEL org.opencontainers.image.title="caddy" \
10
- org.opencontainers.image.version="2.8.0" \
+ org.opencontainers.image.version="2.8.1" \
11
org.opencontainers.image.description="Custom Caddyserver as Docker Image" \
12
org.opencontainers.image.licenses="Apache-2.0" \
13
org.opencontainers.image.source="https://github.com/zyclonite/caddy-docker"
0 commit comments