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 6989306 commit cc6129fCopy full SHA for cc6129f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazoncorretto:17.0.15-alpine AS tester
+FROM amazoncorretto:21.0.7-alpine AS tester
2
3
WORKDIR /home/cuser
4
@@ -11,7 +11,7 @@ RUN ./gradlew --no-daemon check
11
FROM tester AS builder
12
RUN ./gradlew --no-daemon shadowJar
13
14
-FROM amazoncorretto:17.0.15-alpine AS distribution
+FROM amazoncorretto:21.0.7-alpine AS distribution
15
COPY --from=builder /home/cuser/build/libs/schema-registry-gitops.jar /home/cuser/schema-registry-gitops.jar
16
17
0 commit comments