From c9e7353ccce5d660decd005ef55111c35fe0f3de Mon Sep 17 00:00:00 2001
From: hsp2m10 <hp3@ecs.soton.ac.uk>
Date: Wed, 6 Nov 2024 22:09:52 +0000
Subject: [PATCH] Update app.yaml

---
 app.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app.yaml b/app.yaml
index 8a30ad2..971dc07 100644
--- a/app.yaml
+++ b/app.yaml
@@ -2,6 +2,10 @@
 runtime: nodejs
 env: flex
 
+runtime_config:
+  operating_system: "ubuntu22"
+  runtime_version: "20"
+
 # Only use one instance
 manual_scaling:
   instances: 1
-- 
GitLab