From 5e61c5d246be50fbe1ba0e9152b99322b9b9ac46 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Sep 2021 13:47:24 +0300 Subject: feat(sourcegraph): Upgrade 3.27.5 -> 3.28.0 See b/144 Change-Id: Ia09ad2af6043dcac6681c549103d1e6f52b4e0a0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3522 Tested-by: BuildkiteCI Reviewed-by: lukegb --- ops/modules/sourcegraph.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/modules') diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix index bf432b7dd1..55a79f7ee3 100644 --- a/ops/modules/sourcegraph.nix +++ b/ops/modules/sourcegraph.nix @@ -34,7 +34,7 @@ in { }; virtualisation.oci-containers.containers.sourcegraph = { - image = "sourcegraph/server:3.27.5"; + image = "sourcegraph/server:3.28.0"; ports = [ "127.0.0.1:${toString cfg.port}:7080" -- cgit 1.4.1