From d3130c840d2fa319c85adb50936e942a530d07bd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 24 Jun 2021 20:21:42 +0000 Subject: [PATCH] Bump Caddy version --- 2.4/alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.4/alpine/Dockerfile b/2.4/alpine/Dockerfile index 87d6d6b..5805721 100644 --- a/2.4/alpine/Dockerfile +++ b/2.4/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM caddy:2.4.2-alpine as build +FROM caddy:2.4.3-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.4.2 +LABEL org.opencontainers.image.version=v2.4.3 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