diff --git a/Dockerfile b/Dockerfile index d94f65b..b8f9e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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