Skip to content

Commit

Permalink
Merge pull request #29 from GetTerminus/dpr-fix-curl
Browse files Browse the repository at this point in the history
fix: curl
  • Loading branch information
dreinhardt89 authored Sep 26, 2023
2 parents 7f94331 + a7cc0fe commit 6a7db92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 6a7db92

Please sign in to comment.