Skip to content
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

chore: update container image in examples #36

Closed

Conversation

Phoenix500526
Copy link
Contributor

Please briefly answer these questions:
update the container image in examples

  • what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?)

  • what changes does this pull request make?

  • are there any non-obvious implications of these changes? (does it break compatibility with previous versions, etc)

@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c50a845) 18.94% compared to head (0623802) 18.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   18.94%   18.94%           
=======================================
  Files          23       23           
  Lines        1768     1768           
  Branches     1768     1768           
=======================================
  Hits          335      335           
  Misses       1427     1427           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -4,3 +4,5 @@ RUN set-eux; apt-get update && \
apt-get install --assume-yes clang libclang-dev unzip wget libssl-dev && \
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.10/protoc-21.10-linux-x86_64.zip && \
unzip protoc-21.10-linux-x86_64.zip -d /usr/local \
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main@sha256:bf0cd3027befe882feb5a2b4040dc6dbdcb799b25c5338342a03163cea43da1b -> FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main above.
we might not to install openssl manually.

@iGxnon iGxnon closed this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants