diff --git a/2.6/alpine/Dockerfile b/2.6/alpine/Dockerfile index 9f41959..0852629 100644 --- a/2.6/alpine/Dockerfile +++ b/2.6/alpine/Dockerfile @@ -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 diff --git a/README.md b/README.md index b29cc30..b4b6ce6 100755 --- a/README.md +++ b/README.md @@ -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