Compare commits
1 Commits
renovate/c
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
40a208f074 |
@ -1,8 +1,8 @@
|
|||||||
FROM caddy:2.10-builder-alpine AS builder
|
FROM caddy:2.6-builder-alpine AS builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
--with gitea.ocram85.com/ocram85/caddy-gitea@v0.0.6
|
--with gitea.ocram85.com/ocram85/caddy-gitea@v0.0.6
|
||||||
|
|
||||||
FROM caddy:2.10.0
|
FROM caddy:2.6.2
|
||||||
|
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||||
|
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.19
|
|||||||
require (
|
require (
|
||||||
code.gitea.io/sdk/gitea v0.15.1
|
code.gitea.io/sdk/gitea v0.15.1
|
||||||
github.com/BurntSushi/toml v1.2.1
|
github.com/BurntSushi/toml v1.2.1
|
||||||
github.com/alecthomas/chroma v0.10.0
|
github.com/alecthomas/chroma/v2 v2.18.0
|
||||||
github.com/caddyserver/caddy/v2 v2.6.4
|
github.com/caddyserver/caddy/v2 v2.6.4
|
||||||
github.com/spf13/viper v1.15.0
|
github.com/spf13/viper v1.15.0
|
||||||
github.com/yuin/goldmark v1.5.4
|
github.com/yuin/goldmark v1.5.4
|
||||||
|
Reference in New Issue
Block a user