From 84d3a7406b631e07adf88e3f7e7d9304a4db7f58 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 14 Jul 2023 09:20:52 +0200 Subject: [PATCH] chore: update Docker image to Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 309c448..70fc5c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Python image. # - https://docs.docker.com/language/python/build-images/ -FROM python:3.10-slim-buster +FROM python:3.11-slim-buster WORKDIR /app