Skip to content

Commit

Permalink
py3.9-slim-bookworm: docker: fix wheels platform
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Oct 12, 2023
1 parent bfd67ad commit 74b60cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py3.9-slim-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ENV LC_ALL=C.UTF-8 \
PIP_REQUIRE_VIRTUALENV=false \
PROCFILE_PATH=/app/Procfile \
PYTHONUNBUFFERED=1 \
WHEELS_PLATFORM=buster-py39
WHEELS_PLATFORM=bookworm-py39
WORKDIR /app
EXPOSE 80/tcp 443/tcp
ENTRYPOINT ["/tini", "-g", "--"]
Expand Down

0 comments on commit 74b60cc

Please sign in to comment.