Commit 5c753292 authored by Anton Merzlyakov's avatar Anton Merzlyakov
Browse files

Update Dockerfile, .gitlab-ci.yml

No related merge requests found
Pipeline #99727 passed with stage
in 1 minute and 38 seconds
Showing with 3 additions and 3 deletions
+3 -3
......@@ -3,7 +3,7 @@ stages:
variables:
CI_REGISTRY_IMAGE: ${CI_REGISTRY}/open/kafka
KAFKA_TAG: 2.13-3.5.0
KAFKA_TAG: 2.13-3.6.1
create_image:
image:
......
FROM openjdk:11-jre-slim
FROM openjdk:23-slim
ARG kafka_version=3.5.0
ARG kafka_version=3.6.1
ARG scala_version=2.13
ARG vcs_ref=unspecified
ARG build_date=unspecified
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment