Use python 3.10 and fix types

This commit is contained in:
Abel Luck 2022-12-01 17:28:22 +00:00
parent 11afd70979
commit 470f03dd07
4 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10
FROM docker.io/python:${PYTHON_VERSION}-alpine as builder
ARG LIBOLM_VERSION=3.2.10
RUN apk add --no-cache \