Skip to content

Commit

Permalink
Merge branch 'master' into updatecli_master_9f664485b4f41bedae50aa205…
Browse files Browse the repository at this point in the history
…de10aba67434e12e42af3134f4acf47c4de4012
  • Loading branch information
lemeurherve authored Mar 25, 2024
2 parents 801cb17 + e6bf13f commit 04041ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

ARG JAVA_VERSION=17.0.8.1_1
ARG JAVA_VERSION=17.0.10_7
ARG ALPINE_TAG=3.19.1
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION=17.0.8.1_1
ARG JAVA_VERSION=17.0.10_7
ARG DEBIAN_RELEASE=bookworm-20240311
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ variable "JAVA11_VERSION" {
}

variable "JAVA17_VERSION" {
default = "17.0.8.1_1"
default = "17.0.10_7"
}

variable "JAVA21_VERSION" {
Expand Down

0 comments on commit 04041ff

Please sign in to comment.