astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Dockerfile: use `https` instead of unsupported `git` protocol #58

Closed Annopaolo closed 2 years ago

Annopaolo commented 2 years ago

The git protocol is no more supported by Github for security reasons (see here). Replace it by https. See the related issue on VMQ repo.

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (e27e910) into release-1.0 (b92889d) will not change coverage. The diff coverage is n/a.

:exclamation: Current head e27e910 differs from pull request most recent head 977d8d7. Consider uploading reports for the commit 977d8d7 to get more accurate results

@@             Coverage Diff              @@
##           release-1.0      #58   +/-   ##
============================================
  Coverage        73.18%   73.18%           
============================================
  Files                9        9           
  Lines              179      179           
============================================
  Hits               131      131           
  Misses              48       48           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b92889d...977d8d7. Read the comment docs.