chore(deps): update python docker tag to v3.11 (#2245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a8d4352a0e
commit
d2d4ebdf82
|
@ -2,7 +2,7 @@ ARG LIBRETIME_VERSION
|
|||
#======================================================================================#
|
||||
# Python Builder #
|
||||
#======================================================================================#
|
||||
FROM python:3.10-slim-bullseye as python-builder
|
||||
FROM python:3.11-slim-bullseye as python-builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
@ -18,7 +18,7 @@ RUN pip wheel --wheel-dir . --no-deps .
|
|||
#======================================================================================#
|
||||
# Python base #
|
||||
#======================================================================================#
|
||||
FROM python:3.10-slim-bullseye as python-base
|
||||
FROM python:3.11-slim-bullseye as python-base
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
|
Loading…
Reference in New Issue