Skip to content

Commit

Permalink
Constrain Python to version 3.12.3
Browse files Browse the repository at this point in the history
`s3cmd` version 2.4.0 with Python 3.12.4 on Alpine 3.20 fails with an
`AttributeError`.
  • Loading branch information
dalenewby committed Aug 15, 2024
1 parent 77bc0e2 commit 079a25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3-alpine
# With Python 3.12.4 on Alpine 3.20, s3cmd 2.4.0 fails with an AttributeError.
# See ITSE-1440 for details.
FROM python:3.12.3-alpine

# Current version of s3cmd is in edge/testing repo
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
Expand Down

0 comments on commit 079a25c

Please sign in to comment.