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 df57236 commit 4cb1859Copy full SHA for 4cb1859
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:21-jdk AS build
+FROM eclipse-temurin:21.0.7_6-jdk AS build
2
3
WORKDIR /app/
4
@@ -7,7 +7,7 @@ COPY . /app/
7
RUN --mount=type=cache,target=/root/.gradle/caches/ \
8
./gradlew shadowJar
9
10
-FROM eclipse-temurin:21-jre
+FROM eclipse-temurin:21.0.7_6-jre
11
12
RUN --mount=type=cache,target=/var/cache/apt/ \
13
apt-get update && \
Dockerfile.ci
0 commit comments