Skip to content
Snippets Groups Projects
Unverified Commit 1b58c671 authored by Samuel's avatar Samuel Committed by GitHub
Browse files

fix(httpclient): updates certificate authorities (#2930)

parent 4188951a
No related branches found
No related tags found
No related merge requests found
...@@ -66,5 +66,9 @@ ENV VERSION_CODE=$version_code ...@@ -66,5 +66,9 @@ ENV VERSION_CODE=$version_code
# Set executable permission to start file # Set executable permission to start file
RUN chmod +x bin/start RUN chmod +x bin/start
# FIXME / to remove / https://github.com/nahi/httpclient/issues/445
RUN cat /etc/ssl/certs/ca-certificates.crt \
>/usr/src/app/vendor/bundle/ruby/2.7.0/gems/httpclient-2.8.3/lib/httpclient/cacert.pem
# Start the application. # Start the application.
CMD ["bin/start"] CMD ["bin/start"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment