bump project to python 3.11

This commit is contained in:
Jakub Miazek
2023-02-14 19:23:11 +01:00
parent 363250ebb2
commit de25c736c0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10-slim AS base
FROM python:3.11-slim AS base
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \