about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-10T10·47+0300
committertazjin <mail@tazj.in>2021-09-11T13·47+0000
commit5e61c5d246be50fbe1ba0e9152b99322b9b9ac46 (patch)
tree033e8659c39c94d3bebc743c204127da7e4231a8 /ops
parent52c040eed5abbdd636d6f7a9b84e7c8cbe55291d (diff)
feat(sourcegraph): Upgrade 3.27.5 -> 3.28.0 r/2842
See b/144

Change-Id: Ia09ad2af6043dcac6681c549103d1e6f52b4e0a0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3522
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'ops')
-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 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"