We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e65d3 commit 3fd25aaCopy full SHA for 3fd25aa
Dockerfile
@@ -4,7 +4,7 @@
4
FROM alpine:3.19.1 AS BUILD
5
6
# renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?<version>.*)$
7
-ARG AWS_CLI_VERSION=2.24.7
+ARG AWS_CLI_VERSION=2.24.10
8
9
# Install dependencies
10
RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat
0 commit comments