Skip to content

Commit cc6129f

Browse files
chore(deps): update amazoncorretto docker tag to v21
1 parent 6989306 commit cc6129f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:17.0.15-alpine AS tester
1+
FROM amazoncorretto:21.0.7-alpine AS tester
22

33
WORKDIR /home/cuser
44

@@ -11,7 +11,7 @@ RUN ./gradlew --no-daemon check
1111
FROM tester AS builder
1212
RUN ./gradlew --no-daemon shadowJar
1313

14-
FROM amazoncorretto:17.0.15-alpine AS distribution
14+
FROM amazoncorretto:21.0.7-alpine AS distribution
1515
COPY --from=builder /home/cuser/build/libs/schema-registry-gitops.jar /home/cuser/schema-registry-gitops.jar
1616

1717
WORKDIR /home/cuser

0 commit comments

Comments
 (0)