update cmak

This commit is contained in:
kev 2022-07-08 16:40:33 +08:00
parent c36834b0b3
commit 51f35c3c24
2 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@
# Dockerfile for cmak
#
FROM debian:buster
FROM debian:bullseye
MAINTAINER EasyPi Software Foundation
ENV SCALA_VERSION 2.12.10
ENV SBT_VERSION 1.3.8
ENV CMAK_VERSION 3.0.0.5
ARG SCALA_VERSION=2.12.16
ARG SBT_VERSION=1.6.2
ARG CMAK_VERSION=3.0.0.6
RUN set -xe \
&& apt update \

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
zookeeper:
image: zookeeper:3.7
image: zookeeper:3.8
ports:
- "2181:2181"
volumes:
@ -12,7 +12,7 @@ services:
restart: unless-stopped
kafka:
image: wurstmeister/kafka:2.13-2.7.1
image: wurstmeister/kafka:2.13-2.8.1
ports:
- "9092:9092"
volumes: