We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197ae71 commit 6bdd4feCopy full SHA for 6bdd4fe
Dockerfile
@@ -5,7 +5,7 @@ FROM tbrock/saw:v0.2.2 as saw
5
FROM python:3.11-alpine${ALPINE_VERSION} as base
6
7
FROM base as builder
8
-ARG AWS_CLI_VERSION=2.25.0
+ARG AWS_CLI_VERSION=2.25.1
9
10
WORKDIR /aws-cli
11
0 commit comments