Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 16d7d52 commit b8e160d
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.7.1
FROM confluentinc/cp-kafka:7.7.2

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 b8e160d

Please sign in to comment.