fix: pin python:3.9-alpine for awscli 1.16.148 compatibility
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 52s
Docker Build and Push / build (push) Successful in 52s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / test (pull_request) Successful in 20s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 30s

This commit is contained in:
2026-06-08 19:07:00 -04:00
parent 72b4a06d32
commit a51ab8a8dd
+1 -2
View File
@@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.9-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.16.148
@@ -17,5 +17,4 @@ RUN apk --no-cache upgrade && \
/var/tmp/*
WORKDIR /data
ENTRYPOINT ["/usr/local/bin/aws"]