From 99674e6a7f5dc4ced0bc72b1ad65220cc242c334 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Mon, 15 Nov 2021 14:09:55 +0100
Subject: [PATCH] Bump Python version
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f0cc2383..c327703f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.9.7-slim-buster
+FROM python:3.9.8-slim-buster
LABEL authors="Patrick Jentsch , Stephan Porada "