update forgejo

This commit is contained in:
Gregory Burd 2024-03-11 14:07:39 -04:00
parent 9db0bc7c73
commit 090eb0d686
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ swap_size_mb = 512
auto_rollback = true
[build]
image = "codeberg.org/forgejo/forgejo:1.21.4-0"
image = "codeberg.org/forgejo/forgejo:1.21.5-0"
[env]
GITEA____APP_NAME = "git.burd.me: Git for us"

View file

@ -6,6 +6,7 @@ pkgs.mkShell {
ripgrep
envsubst
postgresql
netlify-cli
];
DOCKER_BUILDKIT = 1;
}