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 eef7604 commit bb4db7dCopy full SHA for bb4db7d
1 file changed
Dockerfile
@@ -4,7 +4,7 @@
4
FROM alpine:3.18.5 AS BUILD
5
6
# renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?<version>.*)$
7
-ARG AWS_CLI_VERSION=2.14.4
+ARG AWS_CLI_VERSION=2.14.5
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