diff --git a/Dockerfile b/Dockerfile index e9eb595..34882d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,8 @@ RUN apk add --no-cache -q \ bash \ curl \ perl \ - jq + jq \ + && apk add --upgrade curl ADD entrypoint.sh /entrypoint.sh ADD /handlers /handlers diff --git a/action.yml b/action.yml index a4decbc..237221c 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: shell: bash - name: Build commenter docker image (master) if: ${{ inputs.use_beta_version != 'true' }} - run: docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/GetTerminus/terraform-pr-commenter.git#v3 + run: docker build --build-arg TERRAFORM_VERSION=${{ steps.tf_version.outputs.version }} -t commenter https://github.com/GetTerminus/terraform-pr-commenter.git#dpr-fix-curl shell: bash - name: Build commenter docker image (beta) if: ${{ inputs.use_beta_version == 'true' }}