Skip to content

Commit

Permalink
deps : Update jib-core to v0.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Feb 6, 2023
1 parent e816499 commit 2505bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* **0.41-SNAPSHOT** :
- multi-arch build should use provided repository ([1597](https://github.com/fabric8io/docker-maven-plugin/issues/1597)) @merikan
- new property docker.build.network to override the network for RUN directives for docker build ([1636](https://github.com/fabric8io/docker-maven-plugin/pull/1636)) @tulinkry
- Update Jib Core to v0.23.0 ([1637](https://github.com/fabric8io/docker-maven-plugin/pull/1637)) @rohanKanojia

* **0.40.3** (2022-12-18):
- image/squash option is taken into account when using buildx ([1605](https://github.com/fabric8io/docker-maven-plugin/pull/1605)) @kevinleturc
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<properties>
<byte-buddy.version>1.12.10</byte-buddy.version>
<httpclient.version>4.5.13</httpclient.version>
<jib-core.version>0.22.0</jib-core.version>
<jib-core.version>0.23.0</jib-core.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven.version>3.3.9</maven.version>
<mockito.version>4.5.1</mockito.version>
Expand Down

0 comments on commit 2505bf9

Please sign in to comment.