Skip to content

Commit

Permalink
1.18.155
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Oct 7, 2020
1 parent 13dee8e commit 4f7a236
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.154
ENV VERSION 1.18.155

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.154
1.18.155
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.154
ENV VERSION 1.18.155
```

## latest

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

0 comments on commit 4f7a236

Please sign in to comment.