about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-28T11·46+0200
committertazjin <tazjin@tvl.su>2022-05-28T11·53+0000
commit291dd440442a53c9506b2194d4139d0b96cba965 (patch)
treeb81f46206db84cd2b3cda8ec2a85b6e9d47f5b77
parent793081905e9eac65e2e43cdd25cc1e436e7350d7 (diff)
chore(ops/sourcegraph): Bump to 3.37.0 r/4171
Change-Id: If333f28dd0bec4eb965a6e3005ef5aca810c86f3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5763
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
-rw-r--r--ops/modules/sourcegraph.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/sourcegraph.nix b/ops/modules/sourcegraph.nix
index fd348fd5a8..2bd18cd3f4 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.36.3";
+      image = "sourcegraph/server:3.37.0";
 
       ports = [
         "127.0.0.1:${toString cfg.port}:7080"