Skip to content

Commit

Permalink
Upgrade base image to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joemonaghan committed Aug 31, 2023
1 parent 74f5ca3 commit 84fd75b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Platform 2.98

* Library Upgrades

- Base Docker image to c15-java11:3.10 (was 3.2)

Platform 2.97

* HttpClient
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-java11:3.2</project.docker.from>
<project.docker.from>repocache.nonprod.ppops.net/dev-docker-local/c15-java11:3.10</project.docker.from>
<project.docker.uid>1000</project.docker.uid>
<project.docker.verbose>false</project.docker.verbose>

Expand Down

0 comments on commit 84fd75b

Please sign in to comment.