Merge pull request 'Update caddy Docker tag to v2.10.0' (#18) from renovate/caddy-2.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #18
This commit is contained in:
David 2025-04-22 13:27:41 +00:00
commit cb627abe06

View File

@ -4,6 +4,6 @@ COPY . /src
WORKDIR /src
RUN npm install && node ./index.js
FROM caddy:2.9.1
FROM caddy:2.10.0
COPY --from=builder /src/build /usr/share/caddy