From cd9f8dc9be5449c67a59f230a5fb79c842a004c7 Mon Sep 17 00:00:00 2001 From: timurgaleev Date: Tue, 7 Jan 2025 21:12:52 +0000 Subject: [PATCH] 1.36.35 --- Dockerfile | 2 +- LATEST | 2 +- README.md | 4 ++-- VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04b083d..2646cb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine RUN apk add -v --update bash curl python3 py-pip jq git file -ENV VERSION 1.36.34 +ENV VERSION 1.36.35 RUN pip install --upgrade awscli==${VERSION} && \ apk del -v --purge py-pip && \ diff --git a/LATEST b/LATEST index 4c78f68..ec67851 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -1.36.34 \ No newline at end of file +1.36.35 \ No newline at end of file diff --git a/README.md b/README.md index dbf3c93..a8ffa2c 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ docker pull timzu/awscli ## version ``` -ENV VERSION 1.36.34 +ENV VERSION 1.36.35 ``` ## latest ``` -ENV LATEST 1.36.34 +ENV LATEST 1.36.35 ``` diff --git a/VERSION b/VERSION index 4c78f68..ec67851 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.34 \ No newline at end of file +1.36.35 \ No newline at end of file