Skip to content

Commit

Permalink
Fix WHEELS_PLATFORM pointing to the wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
derlin committed Sep 13, 2023
1 parent 1130263 commit 380054d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions py3.11-alpine3.18/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.1 (2022-09-13)
----------------

* Fixed `WHEELS_PLATFORM` pointing to py3.9.

1.0 (2022-09-13)
----------------

Expand Down
2 changes: 1 addition & 1 deletion py3.11-alpine3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ COPY --from=build / /

# Execution environment setup
RUN addgroup -S app && adduser -D -G app -u 1000 app
ENV WHEELS_PLATFORM=alpine313-py39 \
ENV WHEELS_PLATFORM=alpine318-py311 \
PROCFILE_PATH=/app/Procfile \
PATH=/root/.local/bin:$PATH
WORKDIR /app
Expand Down

0 comments on commit 380054d

Please sign in to comment.