Skip to content

Commit 3acdf03

Browse files
committed
Bump and pin the base layers, making them uniform across java images
1 parent f190e2e commit 3acdf03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM gradle:9.1.0-jdk25 AS build
1+
FROM gradle:9.5.0-jdk25@sha256:03305b464e024b29cfaad1c4a41fed61d06d15453176d2180f65bd4358b789a6 AS build
22

33
WORKDIR /app
4-
COPY . /app
4+
COPY --chown=gradle:gradle . /app
55
RUN gradle -i --stacktrace clean build
66

7-
FROM eclipse-temurin:25
7+
FROM eclipse-temurin:25.0.3_9-jdk@sha256:e23592541431eaeef5c13c84c21db71f97cdca0e70181ea6222ec9bccac24f6c
88

99
ENV LOGGING_LEVEL=INFO
1010

0 commit comments

Comments
 (0)