about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-28T11·12+0200
committertazjin <tazjin@tvl.su>2022-05-28T11·21+0000
commita99e33a1070eb9721c2eb7661998ba26ed78dc99 (patch)
tree70b563633f91d88a6b1079359b7e2fb507c0706f
parent9bff3ae3735e797290e56b29416a7d7af87f5456 (diff)
chore(ops/sourcegraph): Bump to 3.32.1 r/4165
Change-Id: I8efdf3dbfc5575f24c8e6996a7716d308f1446df
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5752
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-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 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"