[docker] 3.10.5-slim-bullseye

This commit is contained in:
Maxime Alves LIRMM 2022-07-20 17:24:43 +02:00 committed by Maxime Alves LIRMM@home
parent 7e4436a2de
commit 463c89c801
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM docker.io/python:3.8.12-slim-bullseye
FROM docker.io/python:3.10.5-slim-bullseye
COPY . /halfapi
WORKDIR /halfapi
RUN apt-get update > /dev/null && apt-get -y install git > /dev/null

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = '0.6.20'
__version__ = '0.6.21-rc0'
def version():
return f'HalfAPI version:{__version__}'