From 97d47d70739af7728a35abfa72dd988e9e15998e Mon Sep 17 00:00:00 2001 From: azlux Date: Thu, 26 Oct 2023 17:39:35 +0200 Subject: [PATCH] Same python3 version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecb2721..8f33420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH= -FROM python:3-slim-bullseye AS python-builder +FROM python:3.11-slim-bullseye AS python-builder ENV DEBIAN_FRONTEND=noninteractive WORKDIR /botamusique