Skip to content

Commit 5e775bc

Browse files
Update Gradle Docker image
1 parent 3022289 commit 5e775bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: production.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This Dockerfile runs on the CI/CD pipeline when the Server is being deployed.
33

44
# Build the project into an executable JAR
5-
FROM docker.io/library/gradle:8.6-jdk21 as build
5+
FROM docker.io/library/gradle:8.13-jdk21 as build
66
# Copy build files and source code
77
COPY . /work
88
WORKDIR /work

0 commit comments

Comments
 (0)