From 090eb0d6866e51b97f7bfd47864deb5e84b78ae3 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Mon, 11 Mar 2024 14:07:39 -0400 Subject: [PATCH] update forgejo --- forgejo/fly.toml | 2 +- shell.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/forgejo/fly.toml b/forgejo/fly.toml index 06c7681..ea66c9f 100644 --- a/forgejo/fly.toml +++ b/forgejo/fly.toml @@ -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" diff --git a/shell.nix b/shell.nix index 93c6bd8..70348ca 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ pkgs.mkShell { ripgrep envsubst postgresql + netlify-cli ]; DOCKER_BUILDKIT = 1; }