We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f190e2e commit 3acdf03Copy full SHA for 3acdf03
1 file changed
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM gradle:9.1.0-jdk25 AS build
+FROM gradle:9.5.0-jdk25@sha256:03305b464e024b29cfaad1c4a41fed61d06d15453176d2180f65bd4358b789a6 AS build
2
3
WORKDIR /app
4
-COPY . /app
+COPY --chown=gradle:gradle . /app
5
RUN gradle -i --stacktrace clean build
6
7
-FROM eclipse-temurin:25
+FROM eclipse-temurin:25.0.3_9-jdk@sha256:e23592541431eaeef5c13c84c21db71f97cdca0e70181ea6222ec9bccac24f6c
8
9
ENV LOGGING_LEVEL=INFO
10
0 commit comments