diff --git a/backend/Dockerfile b/backend/Dockerfile index 5ea0def..19316d7 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ # Start with a base image containing Java runtime -FROM gradle:8.10.0-jdk17 as build +FROM gradle:8.11.0-jdk17 as build # Set the current working directory inside the image WORKDIR /app