Skip to content

Commit

Permalink
Bump ubuntu from oracular-20240918 to oracular-20241009
Browse files Browse the repository at this point in the history
Bumps ubuntu from oracular-20240918 to oracular-20241009.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Gonzalo Diaz committed Oct 22, 2024
1 parent 07ddfe5 commit 836177e
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/

CMD ["make", "test"]

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

ENV LOG_LEVEL=INFO
ENV BRUTEFORCE=false
Expand Down

0 comments on commit 836177e

Please sign in to comment.