-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pg_net
to 0.10.0
#751
Conversation
Signed-off-by: Ian Stanton <[email protected]>
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Requires libcurl >= 7.83. The latest in apt repository is 7.81. We could install it by hand like so https://help.dreamhost.com/hc/en-us/articles/360043102852-Installing-a-custom-version-of-curl-command-line-tool |
Signed-off-by: Ian Stanton <[email protected]>
Signed-off-by: Ian Stanton <[email protected]>
|
||
ARG RELEASE=v0.7.1 | ||
# Install libcurl version 7.83.0 | ||
RUN wget https://curl.se/download/curl-7.83.0.tar.gz && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there be a variable or arg with this version number so in the future we can just update the one line?
I suspect to fix that error you need to include the curl |
Update
pg_net
extension per user request in #669