diff --git a/scratch/Dockerfile b/scratch/Dockerfile index 1613274..052c712 100644 --- a/scratch/Dockerfile +++ b/scratch/Dockerfile @@ -1,5 +1,4 @@ -FROM caddy:2.1.0 -2.0.0-alpine as build +FROM caddy:2.1.0-alpine as build RUN apk add --no-cache upx ca-certificates && upx --ultra-brute /usr/bin/caddy && caddy version @@ -18,7 +17,6 @@ VOLUME /config VOLUME /data LABEL org.opencontainers.image.version=v2.1.0 -2.0.0 LABEL org.opencontainers.image.title="Caddy (productionwentdown fork)" 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