Skip to content

Commit

Permalink
Add AWS CLI v1.18.58. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed May 12, 2020
1 parent e741891 commit ba87b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.18/Dockerfile
Expand Up @@ -4,7 +4,7 @@ FROM cibuilds/base:latest

LABEL maintainer="Ricardo N Feliciano (FelicianoTech) <ricardo@feliciano.tech>"

ENV AWS_CLI_VERSION=1.18.57
ENV AWS_CLI_VERSION=1.18.58

RUN apk --no-cache add \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion build-images.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker build --file 1.18/Dockerfile -t cibuilds/aws:latest -t cibuilds/aws:1.18.57 -t cibuilds/aws:1.18 .
docker build --file 1.18/Dockerfile -t cibuilds/aws:latest -t cibuilds/aws:1.18.58 -t cibuilds/aws:1.18 .

0 comments on commit ba87b54

Please sign in to comment.