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

This commit is contained in:
2026-05-13 00:01:37 +00:00
parent 8eb13304cb
commit e7c662fc56
+1 -1
View File
@@ -4,6 +4,6 @@ COPY . /src
WORKDIR /src
RUN npm install && node ./index.js
FROM caddy:2.11.2
FROM caddy:2.11.3
COPY --from=builder /src/build /usr/share/caddy