From d10fb1ca6a46ffa658b0b67cd95dd73c6d0ab571 Mon Sep 17 00:00:00 2001
From: Haakon Gunleiksrud <haakogun@stud.ntnu.no>
Date: Fri, 29 Oct 2021 12:12:35 +0200
Subject: [PATCH] fix: set correct python version in runtime.txt

---
 backend/secfit/runtime.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/secfit/runtime.txt b/backend/secfit/runtime.txt
index 6f98a22..f96c0fa 100644
--- a/backend/secfit/runtime.txt
+++ b/backend/secfit/runtime.txt
@@ -1 +1 @@
-python-3.8.6
\ No newline at end of file
+python-3.8.10
\ No newline at end of file
-- 
GitLab