Skip to content

Commit 7616e69

Browse files
chore(deps): update gradle to v9.2.1 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <30320530+thorlauridsen@users.noreply.github.com>
1 parent c99f370 commit 7616e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.2.0-jdk21-corretto AS builder
2+
FROM gradle:9.2.1-jdk21-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

docker/provider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.2.0-jdk21-corretto AS builder
2+
FROM gradle:9.2.1-jdk21-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

0 commit comments

Comments
 (0)