Skip to content

Commit

Permalink
fix: curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dreinhardt89 committed Sep 26, 2023
1 parent 362dfac commit a7cc0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ LABEL repository="https://github.com/GetTerminus/terraform-pr-commenter" \
RUN apk add --no-cache -q \
bash \
curl \
--upgrade curl \
perl \
jq \
&& apk add --upgrade curl

ADD entrypoint.sh /entrypoint.sh
ADD /handlers /handlers
Expand Down

0 comments on commit a7cc0fe

Please sign in to comment.