about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-28T11·14+0200
committertazjin <tazjin@tvl.su>2022-05-28T11·37+0000
commitd32fa2bd338fcb3125260c7fda6912cda9012206 (patch)
tree4cf846cd762496f01426d77b05f8b4c66db43667
parenta6367b4bdcd126354d29eedee29f5de6c9703524 (diff)
chore(ops/sourcegraph): Bump to 3.35.2 r/4169
Change-Id: Ia829b4ffa2e7e37438f766d0ff98e504c0d856b4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5755
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 02571bc809..f14bf30544 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.34.2";
+      image = "sourcegraph/server:3.35.2";
 
       ports = [
         "127.0.0.1:${toString cfg.port}:7080"