caddy-gitea/Dockerfile
OCram85 97206d45f8
Some checks failed
ci/woodpecker/push/ci Pipeline failed
update plugin (#6)
#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Reviewed-on: #6
2023-12-07 13:19:15 +01:00

9 lines
186 B
Docker

FROM caddy:2.6-builder-alpine AS builder
RUN xcaddy build \
--with gitea.ocram85.com/OCram85/caddy-gitea@v0.0.4
FROM caddy:2.6.2
COPY --from=builder /usr/bin/caddy /usr/bin/caddy