diff --git a/2.2/alpine/Dockerfile b/2.2/alpine/Dockerfile index e88c592..9fcbda8 100644 --- a/2.2/alpine/Dockerfile +++ b/2.2/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM caddy:2.2.0-alpine as build +FROM caddy:2.2.1-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.2.0 +LABEL org.opencontainers.image.version=v2.2.1 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