Skip to content

Commit

Permalink
bump action to version 0.4.0 and AWS CLI to 1.16.262
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Oct 17, 2019
1 parent 36db6fa commit 6358f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository
LABEL "com.github.actions.icon"="refresh-cw"
LABEL "com.github.actions.color"="green"

LABEL version="0.3.1"
LABEL version="0.4.0"
LABEL repository="https://github.com/jakejarvis/s3-sync-action"
LABEL homepage="https://jarv.is/"
LABEL maintainer="Jake Jarvis <[email protected]>"

# https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst
ENV AWSCLI_VERSION='1.16.238'
ENV AWSCLI_VERSION='1.16.262'

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

Expand Down

0 comments on commit 6358f33

Please sign in to comment.