Same python3 version

This commit is contained in:
azlux 2023-10-26 17:39:35 +02:00 committed by GitHub
parent c7c87a02de
commit 97d47d7073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
ARG ARCH= ARG ARCH=
FROM python:3-slim-bullseye AS python-builder FROM python:3.11-slim-bullseye AS python-builder
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /botamusique WORKDIR /botamusique