change python to 3.11.4-slim-bullseye

main
Mi Klo 2023-07-17 13:19:59 +00:00
rodzic e6a515761a
commit 2c66b8b574
2 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
# Use an official Python runtime based on Debian 10 "buster" as a parent image.
# Use an official Python runtime based on Debian 11 "bullseye slim" as a parent image.
FROM python:3.11.4-slim-bullseye
# Add user that will be used in the container.

Wyświetl plik

@ -1,5 +1,5 @@
# Use an official Python runtime based on Debian 10 "buster" as a parent image.
FROM python:3.11.3-buster
# Use an official Python runtime based on Debian 11 "bullseye slim" as a parent image.
FROM python:3.11.4-slim-bullseye
# Port used by this container to serve HTTP.
EXPOSE 8000
@ -15,7 +15,6 @@ ENV PYTHONUNBUFFERED 1
RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-recommends \
build-essential \
libpq-dev \
libmariadbclient-dev \
libjpeg62-turbo-dev \
zlib1g-dev \
libwebp-dev \