Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit be0c4ab

Browse files
committed
Update aws-cli to v1.17.1
1 parent edbd02d commit be0c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL homepage="https://jarv.is/"
1111
LABEL maintainer="Jake Jarvis <[email protected]>"
1212

1313
# https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst
14-
ENV AWSCLI_VERSION='1.16.265'
14+
ENV AWSCLI_VERSION='1.17.1'
1515

1616
RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}
1717

0 commit comments

Comments
 (0)