diff --git a/Dockerfile b/Dockerfile index e7fefeb..9fc1bea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG APP_ENV=local #************************************** # build stages used by local build only #************************************** -FROM gradle:8.10.0-jdk11 AS temp-build-image +FROM gradle:8.10.1-jdk11 AS temp-build-image WORKDIR /app COPY . .