1
0
Fork 0

Bump Caddy version

master
GitHub Action 2023-02-15 20:25:37 +00:00
parent 3ebf3fc291
commit 8b27a83a84
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM caddy:2.6.3-alpine as build
FROM caddy:2.6.4-alpine as build
RUN apk add --no-cache upx ca-certificates \
&& upx --ultra-brute /usr/bin/caddy \
@ -19,7 +19,7 @@ ENV HOME=/
VOLUME /config
VOLUME /data
LABEL org.opencontainers.image.version=v2.6.3
LABEL org.opencontainers.image.version=v2.6.4
LABEL org.opencontainers.image.title="Caddy (productionwentdown build)"
LABEL org.opencontainers.image.description="a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go"
LABEL org.opencontainers.image.url=https://productionwentdown.makerforce.io

View File

@ -10,12 +10,12 @@ A tiny <10MB Caddy image compressed with [UPX](https://github.com/upx/upx).
New versions are tracked within 4 hours. Currently available versions:
* `2.6.3-alpine`, `2.6-alpine`, `2-alpine`, `alpine`
* `2.6.4-alpine`, `2.6-alpine`, `2-alpine`, `alpine`
## Shared Tags
* `2.6.3`, `2.6`, `2`, `latest`
* `2.6.3-alpine`
* `2.6.4`, `2.6`, `2`, `latest`
* `2.6.4-alpine`
# Usage