Skip to content

Commit

Permalink
update terraform base image
Browse files Browse the repository at this point in the history
This should fix a curl error:

Error relocating /usr/bin/curl: curl_easy_header: symbol not found
  • Loading branch information
hvoigt committed Apr 20, 2023
1 parent dce5d00 commit a6acfbc
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
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:1.0.6
FROM hashicorp/terraform:1.4.5

LABEL repository="https://github.com/robburger/terraform-pr-commenter" \
homepage="https://github.com/robburger/terraform-pr-commenter" \
Expand Down

0 comments on commit a6acfbc

Please sign in to comment.