Skip to content

Commit

Permalink
Fixed broken version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 20, 2024
1 parent 1c7a1bc commit dd86031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python -m pip install -U pip build
python -m build
EOF

FROM python:3.13.0rc3-slim-bookworm
FROM python:3.12.8-slim-bookworm
LABEL "org.opencontainers.image.source"="https://github.com/justalemon/Leek"
WORKDIR /dist
COPY --from=build src/dist /dist
Expand Down

0 comments on commit dd86031

Please sign in to comment.