-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Description
As we have bump go version to 1.22. I tried to rebuild my dev container.
But the base image of go:1.xx-bullseye image uses the latest git(2.43.1) as default, which will cause a bug mentioned in #29155, after the rebuild I can't run Gitea in dev container any more.
A quick fix is add this in your config file.
"features": {
"ghcr.io/devcontainers/features/git:1": {
"version": "2.43.0"
}
}
Gitea Version
latest
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
dev
Database
None
Metadata
Metadata
Assignees
Labels
No labels