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 01e2cf1 commit d0f700aCopy full SHA for d0f700a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:21-jdk AS build
+FROM eclipse-temurin:21.0.5_11-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.5_11-jre
11
12
RUN --mount=type=cache,target=/var/cache/apt/ \
13
apt-get update && \
Dockerfile.ci
0 commit comments