diff --git a/Containers/apache/Dockerfile b/Containers/apache/Dockerfile index ae3a6885..9a4ecbbf 100644 --- a/Containers/apache/Dockerfile +++ b/Containers/apache/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:latest -FROM caddy:2.10.2-alpine AS caddy +FROM caddy:2.11.1-alpine AS caddy # From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile FROM httpd:2.4.66-alpine3.23