Skip to content

Commit

Permalink
Upgrade base image to c15-java17:3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Sep 28, 2023
1 parent 051e733 commit d6a0c9c
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 3.02

* Library Upgrades

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

Platform 3.01

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

Expand Down

0 comments on commit d6a0c9c

Please sign in to comment.