Skip to content

Commit

Permalink
Update base image to 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
joemonaghan authored and johngmyers committed Oct 13, 2023
1 parent b681311 commit 4b2d1d5
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.04

* Library Upgrades

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

Platform 3.03

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

Expand Down

0 comments on commit 4b2d1d5

Please sign in to comment.