Skip to content

Commit 2fe3f17

Browse files
authored
Fix name of python image in Dockerfile (#4453)
I noticed I was unable to build an image with the provided Dockerfile. It turns out there's a typo in the image name. ## Test Steps `cd docker && docker build .`
1 parent 0bb6584 commit 2fe3f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-9-bookworm
1+
FROM python:3.12.9-bookworm
22

33
# Add venv/bin to PATH.
44
ENV PATH="/opt/app/.venv/bin:/usr/local/bin:$PATH"

0 commit comments

Comments
 (0)