Skip to content

Commit

Permalink
Update to UBI Minimal 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Sep 6, 2022
1 parent 827698b commit 379aeaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<ubi-min.base>registry.access.redhat.com/ubi8/ubi-minimal:8.5</ubi-min.base>
<!-- See https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8 -->
<ubi-min.base>registry.access.redhat.com/ubi8/ubi-minimal:8.6</ubi-min.base>
<!-- See https://catalog.redhat.com/software/containers/ubi8/ubi-micro/5ff3f50a831939b08d1b832a -->
<ubi-micro.base>registry.access.redhat.com/ubi8-micro:8.6</ubi-micro.base>

<jdock.dry-run>false</jdock.dry-run>
Expand Down

0 comments on commit 379aeaf

Please sign in to comment.