Skip to content

Commit

Permalink
1.18.154
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Oct 6, 2020
1 parent 1d381dd commit 13dee8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine

RUN apk add -v --update bash curl python3 py-pip jq git file

ENV VERSION 1.18.153
ENV VERSION 1.18.154

RUN pip install --upgrade awscli==${VERSION} && \
apk del -v --purge py-pip && \
Expand Down
2 changes: 1 addition & 1 deletion LATEST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.153
1.18.154
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ docker pull timzu/awscli
## version

```
ENV VERSION 1.18.153
ENV VERSION 1.18.154
```

## latest

```
ENV LATEST 1.18.153
ENV LATEST 1.18.154
```
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.153
1.18.154

0 comments on commit 13dee8e

Please sign in to comment.