Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update Docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent 61905a4 commit 41f261c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.0.0-experimental
# syntax=docker/dockerfile:1.1.7-experimental

FROM node:lts-alpine

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
kafka:
image: 'docker.io/bitnami/kafka:3.6.0'
image: 'docker.io/bitnami/kafka:3.6.1'
ports:
- '9092:9092'
volumes:
Expand All @@ -29,7 +29,7 @@ services:
depends_on:
- zookeeper
kafka-topics:
image: 'docker.io/bitnami/kafka:3.6.0'
image: 'docker.io/bitnami/kafka:3.6.1'
command: /bin/sh -c "
sleep 20 &&
kafka-topics.sh --bootstrap-server kafka:9093 --create --topic raw-payloads --partitions 1 --replication-factor 1"
Expand Down

0 comments on commit 41f261c

Please sign in to comment.