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 5c282cd commit 1b8f0c5Copy full SHA for 1b8f0c5
1 file changed
Dockerfile
@@ -4,7 +4,7 @@
4
FROM python:3.14-alpine AS build
5
6
# renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?<version>.*)$
7
-ARG AWS_CLI_VERSION=2.34.26
+ARG AWS_CLI_VERSION=2.34.27
8
9
# Change workdir
10
WORKDIR /tmp
0 commit comments