2 parents 39d3806 + bc4fee4 commit 967670cCopy full SHA for 967670c
1 file changed
docker/Dockerfile
@@ -3,7 +3,7 @@
3
# See https://docs.docker.com/develop/develop-images/multistage-build/
4
5
# Creating a python base with shared environment variables
6
-FROM python:3.10-slim-bulleye AS python-base
+FROM python:3.10-slim-bullseye AS python-base
7
ENV PYTHONUNBUFFERED=1 \
8
PYTHONDONTWRITEBYTECODE=1 \
9
PIP_NO_CACHE_DIR=off \
0 commit comments