From d1aa56266ea626806845a66860e41bf0cce29433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:00:04 +0100 Subject: [PATCH] Bump gradle from 7.6-jdk17 to 8.0-jdk17 (#1371) * Bump gradle from 7.6-jdk17 to 8.0-jdk17 Bumps gradle from 7.6-jdk17 to 8.0-jdk17. --- updated-dependencies: - dependency-name: gradle dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update Dockerfile-fat --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> --- Dockerfile-fat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-fat b/Dockerfile-fat index ae1a8b9e..12585201 100644 --- a/Dockerfile-fat +++ b/Dockerfile-fat @@ -1,5 +1,5 @@ # Build the application -FROM gradle:7.6-jdk17 AS build +FROM gradle:8.7-jdk17 AS build # Set the working directory WORKDIR /app