Skip to content

Commit 012fda6

Browse files
committed
update kafka version
1 parent bf3f78b commit 012fda6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
CR_REPO: sir5kong/kafka
16-
KAFKA_VERSION: "3.3.2"
16+
KAFKA_VERSION: "3.5.0"
1717

1818
jobs:
1919
docker:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# builder
22
FROM alpine as builder
33

4-
ARG kafka_version=3.3.2
4+
ARG kafka_version=3.5.0
55
ARG scala_version=2.13
66

77
ENV dl_url="https://downloads.apache.org/kafka/${kafka_version}/kafka_${scala_version}-${kafka_version}.tgz"

0 commit comments

Comments
 (0)