Skip to content

Commit 079a25c

Browse files
committed
Constrain Python to version 3.12.3
`s3cmd` version 2.4.0 with Python 3.12.4 on Alpine 3.20 fails with an `AttributeError`.
1 parent 77bc0e2 commit 079a25c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM python:3-alpine
1+
# With Python 3.12.4 on Alpine 3.20, s3cmd 2.4.0 fails with an AttributeError.
2+
# See ITSE-1440 for details.
3+
FROM python:3.12.3-alpine
24

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

0 commit comments

Comments
 (0)