chore(deps): update python docker tag to v3.10

This commit is contained in:
renovate[bot] 2022-09-15 08:07:58 +00:00 committed by Jonas L
parent 10a60d3673
commit 2cd07e0151
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#======================================================================================# #======================================================================================#
# Python Builder # # Python Builder #
#======================================================================================# #======================================================================================#
FROM python:3.9-slim-bullseye as python-builder FROM python:3.10-slim-bullseye as python-builder
WORKDIR /build WORKDIR /build
@ -17,7 +17,7 @@ RUN pip wheel --wheel-dir . --no-deps .
#======================================================================================# #======================================================================================#
# Python base # # Python base #
#======================================================================================# #======================================================================================#
FROM python:3.9-slim-bullseye as python-base FROM python:3.10-slim-bullseye as python-base
ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1