Update caddy Docker tag to v2.11.4
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-03 18:01:28 +00:00
parent 5cbb171254
commit 8ca70cdb41
+1 -1
View File
@@ -4,6 +4,6 @@ COPY . /src
WORKDIR /src WORKDIR /src
RUN npm install && node ./index.js RUN npm install && node ./index.js
FROM caddy:2.11.3 FROM caddy:2.11.4
COPY --from=builder /src/build /usr/share/caddy COPY --from=builder /src/build /usr/share/caddy