Skip to content

Commit

Permalink
fix(httpclient): updates certificate authorities (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
faust64 authored Oct 1, 2021
1 parent 4188951 commit 1b58c67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@ ENV VERSION_CODE=$version_code
# Set executable permission to start file
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.
CMD ["bin/start"]

0 comments on commit 1b58c67

Please sign in to comment.