We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224a484 commit 35babf6Copy full SHA for 35babf6
docker/tesp_api/Dockerfile
@@ -2,7 +2,7 @@
2
# See https://docs.docker.com/develop/develop-images/multistage-build/
3
4
# Environment variables and base image
5
-FROM python:3.10-slim-buster as python-base
+FROM python:3.10-slim-bullseye as python-base
6
ENV PYTHONUNBUFFERED=1 \
7
PYTHONDONTWRITEBYTECODE=1 \
8
PIP_NO_CACHE_DIR=off \
0 commit comments