Update caddy Docker tag to v2.10.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-04-22 01:01:46 +00:00
parent d5f71fa043
commit b56bcbc26d

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.9.1 FROM caddy:2.10.0
COPY --from=builder /src/build /usr/share/caddy COPY --from=builder /src/build /usr/share/caddy