From e6ed84078876015286e97bd4fba4cb9ed1f221d8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 28 May 2022 13:46:17 +0200 Subject: chore(ops/sourcegraph): Bump to 3.38.1 Change-Id: Ib1f4f9591acab537607c9d9c9b123e9c711e331b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5764 Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/modules/sourcegraph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix index 2bd18cd3f4..9a4cec2a65 100644 --- a/ops/modules/sourcegraph.nix +++ b/ops/modules/sourcegraph.nix @@ -35,7 +35,7 @@ in }; virtualisation.oci-containers.containers.sourcegraph = { - image = "sourcegraph/server:3.37.0"; + image = "sourcegraph/server:3.38.1"; ports = [ "127.0.0.1:${toString cfg.port}:7080" -- cgit 1.4.1