From 60f2f79951134c3248faa4a973f56a88a47d6b7d Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Thu, 26 Jun 2025 10:04:58 +0300 Subject: [PATCH] build: load fzf from the right place Ref https://containers.dev/features Looks like old repository was renamed and last week somebody created an empty account for it. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e3b6e632b497..64e202f62209 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,7 @@ "ghcr.io/robbert229/devcontainer-features/postgresql-client:1": { "version": "15" }, - "ghcr.io/devcontainers-contrib/features/fzf:1": {} + "ghcr.io/devcontainers-extra/features/fzf:1": {} }, // Features to add to the dev container. More info: https://containers.dev/features.