From a99e33a1070eb9721c2eb7661998ba26ed78dc99 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 28 May 2022 13:12:13 +0200 Subject: chore(ops/sourcegraph): Bump to 3.32.1 Change-Id: I8efdf3dbfc5575f24c8e6996a7716d308f1446df Reviewed-on: https://cl.tvl.fyi/c/depot/+/5752 Tested-by: BuildkiteCI Reviewed-by: tazjin --- 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 5311b42dd1..bc26a59d08 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.31.2"; + image = "sourcegraph/server:3.32.1"; ports = [ "127.0.0.1:${toString cfg.port}:7080" -- cgit 1.4.1