Compare commits

...

2 Commits

Author SHA1 Message Date
Joe Chen
593c7b6db6 release: update version to 0.13.2 2024-12-23 10:57:35 -05:00
Joe Chen
01157b2f79 Dockerfile: fix up outdated s6-svscan path (#7880)
## Describe the pull request

Link to the issue: https://github.com/gogs/gogs/issues/7864
2024-12-23 10:54:01 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -79,5 +79,5 @@ fi
if [ $# -gt 0 ];then
exec "$@"
else
exec /bin/s6-svscan /app/gogs/docker/s6/
exec /usr/bin/s6-svscan /app/gogs/docker/s6/
fi

View File

@@ -18,7 +18,7 @@ import (
)
func init() {
conf.App.Version = "0.13.1"
conf.App.Version = "0.13.2"
}
func main() {