We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bc0e2 commit 079a25cCopy full SHA for 079a25c
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM python:3-alpine
+# 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
4
5
# Current version of s3cmd is in edge/testing repo
6
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
0 commit comments