From 4b4cae6863d08f05792c9bfe4c09428d52260eb5 Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Wed, 21 Oct 2020 21:49:32 +0530 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b272826..e0fed3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM amazon/aws-cli:2.0.58 LABEL "com.github.actions.name"="S3 Sync" LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository" @@ -11,9 +11,6 @@ LABEL homepage="https://jarv.is/" LABEL maintainer="Jake Jarvis " # https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst -ENV AWSCLI_VERSION='1.18.14' - -RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} ADD entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] From 60a92a3c281793a7fd9957b06f27855eec398ef9 Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Sun, 6 Jun 2021 12:00:40 +0530 Subject: [PATCH 2/2] updated aws-cli version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0fed3f..27e6ab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazon/aws-cli:2.0.58 +FROM amazon/aws-cli:2.2.9 LABEL "com.github.actions.name"="S3 Sync" LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository"