Skip to content

Commit b442021

Browse files
chore: update Gradle to 9.7.1 (#7673)
Automated update of the Gradle wrapper and Gradle Docker build images. Gradle version: `9.7.1` Docker image: `gradle:9.7.1-jdk25` Co-authored-by: Frooodle <77850077+Frooodle@users.noreply.github.com>
1 parent 49c1e75 commit b442021

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
44
ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
55

66
# Stage 1: Build the Java application (backend only, no frontend)
7-
FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
7+
FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
88

99
# JDK 25+: --add-exports is no longer accepted via JAVA_TOOL_OPTIONS; use JDK_JAVA_OPTIONS instead
1010
ENV JDK_JAVA_OPTIONS="--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \

docker/embedded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
55
ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
66

77
# Stage 1: Build the Java application and frontend
8-
FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
8+
FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
99

1010
ARG TASK_VERSION=3.52.0
1111
RUN apt-get update \

docker/embedded/Dockerfile.fat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG BASE_VERSION=1.0.2@sha256:c7698687f486707ddef9e0298587ca8b44c4e96185e1bdb0c3
88
ARG BASE_IMAGE=stirlingtools/stirling-pdf-base:${BASE_VERSION}
99

1010
# Stage 1: Build the Java application and frontend
11-
FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS app-build
11+
FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS app-build
1212

1313
ARG TASK_VERSION=3.52.0
1414
RUN apt-get update \

docker/embedded/Dockerfile.ultra-lite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Single JAR contains both frontend and backend with minimal dependencies
55

66
# Stage 1: Build application with embedded frontend
7-
FROM gradle:9.7.1-jdk25@sha256:a80276ab804c348989df46016e2b5d58cad07c5b29e06f2112434d28ca5b2844 AS build
7+
FROM gradle:9.7.1-jdk25@sha256:d868117760a7c92214705f47ed173116a5d13e58d68702f974ff30acd062737e AS build
88

99
# Install Node.js and npm for frontend build
1010
ARG TASK_VERSION=3.52.0

0 commit comments

Comments
 (0)