Skip to content

Commit

Permalink
chore(deps): bump confluentinc/cp-kafka from 7.8.0 to 7.8.1 (#720)
Browse files Browse the repository at this point in the history
Bumps confluentinc/cp-kafka from 7.8.0 to 7.8.1.

---
updated-dependencies:
- dependency-name: confluentinc/cp-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent c405ae5 commit 36c3041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN ./gradlew build test &&\
./gradlew shadowJar -x test

FROM confluentinc/cp-kafka:7.8.0
FROM confluentinc/cp-kafka:7.8.1

COPY --from=build /kafka-plain-saslserver-2-ad/build/libs/kafka-plain-saslserver-2-ad-* \
/usr/share/java/kafka
Expand Down

0 comments on commit 36c3041

Please sign in to comment.