Skip to content

Commit

Permalink
Bump confluentinc/cp-kafka from 7.5.0 to 7.5.1
Browse files Browse the repository at this point in the history
Bumps confluentinc/cp-kafka from 7.5.0 to 7.5.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]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent b9afcef commit de93e9e
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.5.0
FROM confluentinc/cp-kafka:7.5.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 de93e9e

Please sign in to comment.