change python image

This commit is contained in:
jeanGaston 2024-01-30 09:38:53 +01:00
parent b714c62dad
commit 7e49c1a408
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Use the official Python image as a base image
FROM python:3.11-slim-bullseye
FROM python:3.11-bullseye
# Set the working directory in the container
WORKDIR /app

View File

@ -1,5 +1,5 @@
# Use the official Python image as a base image
FROM python:3.11-slim-bullseye
FROM python:3.11-bullseye
# Set the working directory in the container
WORKDIR /app