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

Bump ubuntu from oracular-20240918 to oracular-20241009 #57

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:oracular-20240918 AS init
FROM ubuntu:oracular-20241009 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.

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.

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.

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.

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.

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down Expand Up @@ -104,7 +104,7 @@

CMD ["make", "test"]

FROM ubuntu:oracular-20240918 AS production
FROM ubuntu:oracular-20241009 AS production

ENV LOG_LEVEL=INFO
ENV BRUTEFORCE=false
Expand Down