2 Commits

Author SHA1 Message Date
20288e9175 chore(deps): update module github.com/spf13/viper to v1.20.1
Some checks failed
renovate/artifacts Artifact file update failure
2025-03-30 00:01:52 +00:00
28f0c95429 Update Dockerfile
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2023-12-07 13:25:43 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM caddy:2.6-builder-alpine AS builder
RUN xcaddy build \
--with gitea.ocram85.com/ocram85/caddy-gitea@v0.0.5
--with gitea.ocram85.com/ocram85/caddy-gitea@v0.0.6
FROM caddy:2.6.2

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/BurntSushi/toml v1.2.1
github.com/alecthomas/chroma v0.10.0
github.com/caddyserver/caddy/v2 v2.6.4
github.com/spf13/viper v1.15.0
github.com/spf13/viper v1.20.1
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
gopkg.in/yaml.v3 v3.0.1