Skip to content

Commit

Permalink
chore: fix jib image
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Dec 17, 2024
1 parent 73019b8 commit 22c90af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.15] - 17-12-2024

### Changed

- Fix Jib image to `eclipse-temurin:23-jdk-alpine`

## [1.3.14] - 17-12-2024

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.eliasogueira.credit</groupId>
<artifactId>combined-credit-api</artifactId>
<version>1.13.14</version>
<version>1.13.15</version>

<distributionManagement>
<repository>
Expand All @@ -36,7 +36,7 @@
<jakarta-xml-bind-api.version>4.0.2</jakarta-xml-bind-api.version>
<h2.version>2.3.232</h2.version>
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
<jib.image>eclipse-temurin:23.0.1_11-jre-nanoserver-ltsc2022</jib.image>
<jib.image>eclipse-temurin:23-jdk-alpine</jib.image>

<junit.version>5.11.4</junit.version>
<restassured.version>5.5.0</restassured.version>
Expand Down

0 comments on commit 22c90af

Please sign in to comment.