Skip to content

[Docker] Update ubuntu base image to 24.10 (final release) #58

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

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

sir-gon
Copy link
Owner

@sir-gon sir-gon commented Oct 23, 2024

No description provided.

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.51%. Comparing base (07ddfe5) to head (ac05a7e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #58      +/-   ##
===========================================
- Coverage   100.00%   99.51%   -0.49%     
===========================================
  Files           14       14              
  Lines          195      206      +11     
===========================================
+ Hits           195      205      +10     
- Misses           0        1       +1     

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

Copy link

@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:24.10 AS init

Check warning

Code scanning / Snyk Container

Low severity - Improper Input Validation vulnerability in coreutils Medium

This file introduces a vulnerable coreutils package with a low severity vulnerability.
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:24.10 AS init

Check failure

Code scanning / Snyk Container

Low severity - Allocation of Resources Without Limits or Throttling vulnerability in glibc High

This file introduces a vulnerable glibc package with a low severity vulnerability.
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:24.10 AS init

Check notice

Code scanning / Snyk Container

Low severity - Out-of-bounds Write vulnerability in gnupg2 Low

This file introduces a vulnerable gnupg2 package with a low severity vulnerability.
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:24.10 AS init

Check warning

Code scanning / Snyk Container

Medium severity - Information Exposure vulnerability in libgcrypt20 Warning

This file introduces a vulnerable libgcrypt20 package with a medium severity vulnerability.
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:24.10 AS init

Check notice

Code scanning / Snyk Container

Low severity - CVE-2024-41996 vulnerability in openssl Note

This file introduces a vulnerable openssl package with a low severity vulnerability.
@sir-gon sir-gon merged commit 7fec557 into main Oct 23, 2024
22 of 24 checks passed
@sir-gon sir-gon deleted the feature/ubuntu-24.10 branch October 23, 2024 00:38
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.

1 participant