Skip to content

Commit

Permalink
chore(deps): update amazoncorretto docker tag to v17.0.12-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 19, 2024
1 parent 3841ceb commit 8577ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:17.0.11-alpine AS tester
FROM amazoncorretto:17.0.12-alpine AS tester

WORKDIR /home/cuser

Expand All @@ -11,7 +11,7 @@ RUN ./gradlew --no-daemon check
FROM tester AS builder
RUN ./gradlew --no-daemon shadowJar

FROM amazoncorretto:17.0.11-alpine AS distribution
FROM amazoncorretto:17.0.12-alpine AS distribution
COPY --from=builder /home/cuser/build/libs/schema-registry-gitops.jar /home/cuser/schema-registry-gitops.jar

WORKDIR /home/cuser
Expand Down

0 comments on commit 8577ccb

Please sign in to comment.