Skip to content

Commit 9c284ee

Browse files
chore(deps): update amazoncorretto docker tag to v17.0.14-alpine (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89ef1a9 commit 9c284ee

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.13-alpine AS tester
1+
FROM amazoncorretto:17.0.14-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.13-alpine AS distribution
14+
FROM amazoncorretto:17.0.14-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)