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

Update base image to 3.45 #951

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Platform 3.13

* Library Upgrades

- Base Docker image to c15-java17:3.45 (was 3.44) (CVE-2023-6246 CVE-2023-6779 CVE-2023-6780 CVE-2024-20918 CVE-2024-20919 CVE-2024-20921 CVE-2024-20926 CVE-2024-20932 CVE-2024-20945 CVE-2024-20952)

Platform 3.12

* Library Upgrades
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.rpm.username>${project.artifactId}</project.rpm.username>
<project.docker.project>dev-docker-local</project.docker.project>
<project.docker.name>%a</project.docker.name>
<project.docker.from>repocache.nonprod.ppops.net/dev-docker-local/c15-java17:3.44</project.docker.from>
<project.docker.from>repocache.nonprod.ppops.net/dev-docker-local/c15-java17:3.45</project.docker.from>
<project.docker.uid>1000</project.docker.uid>
<project.docker.verbose>false</project.docker.verbose>

Expand Down
Loading