Skip to content

Commit e5a79a3

Browse files
chore(deps): update caddy docker tag to v2.11.2 (#2636)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 241686f commit e5a79a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . ./
77
RUN npm run deploy
88

99
# Build custom Caddy binary with Coraza WAF plugin
10-
FROM caddy:2.11.1-builder AS caddy
10+
FROM caddy:2.11.2-builder AS caddy
1111
# Install CA certificates for Go module downloads; libcap for setcap
1212
RUN apk add --no-cache ca-certificates libcap
1313
RUN xcaddy build \

0 commit comments

Comments
 (0)