Skip to content

Commit 967670c

Browse files
author
sven
authored
Merge pull request #3 from unredundant/patch-1
fix typo
2 parents 39d3806 + bc4fee4 commit 967670c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://docs.docker.com/develop/develop-images/multistage-build/
44

55
# Creating a python base with shared environment variables
6-
FROM python:3.10-slim-bulleye AS python-base
6+
FROM python:3.10-slim-bullseye AS python-base
77
ENV PYTHONUNBUFFERED=1 \
88
PYTHONDONTWRITEBYTECODE=1 \
99
PIP_NO_CACHE_DIR=off \

0 commit comments

Comments
 (0)