Merge pull request 'fix: update awscli to v1.45.27 for Python 3.12+ compatibility' (#9) from fix/update-awscli-v1 into master
This commit was merged in pull request #9.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
FROM python:3.9-alpine
|
||||
FROM python:3.14-alpine
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
ARG CLI_VERSION=1.16.148
|
||||
ARG CLI_VERSION=1.45.27
|
||||
|
||||
# hadolint ignore=DL3018,DL3013
|
||||
RUN apk --no-cache upgrade && \
|
||||
|
||||
Reference in New Issue
Block a user