-
Notifications
You must be signed in to change notification settings - Fork 249
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
fix(test-functional)_: fix docker file #6292
Conversation
Jenkins Builds
|
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.
I think we should fix the version and not use latest
, it will continue to lead to such issues.
cc @antdanchenko @fbarbu15
When I tried to use apt-get a couple of days ago, I had other failures, so I tried this |
b1983e7
to
bf05110
Compare
Great! I'll close this PR then |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6292 +/- ##
===========================================
- Coverage 61.91% 61.85% -0.07%
===========================================
Files 843 843
Lines 111287 111287
===========================================
- Hits 68903 68834 -69
- Misses 34449 34494 +45
- Partials 7935 7959 +24
Flags with carried forward coverage won't be shown. Click here to find out more. |
since we are using
:latest
tag, the pkg manager is updatedfixes #6291