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 3ae71f6 commit 83cef77Copy full SHA for 83cef77
Dockerfile
@@ -4,7 +4,7 @@
4
FROM alpine:3.18.2 AS BUILD
5
6
# renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?<version>.*)$
7
-ARG AWS_CLI_VERSION=2.13.5
+ARG AWS_CLI_VERSION=2.13.6
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