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 # Dockerfile for cmak
# #
FROM debian:buster FROM debian:bullseye
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
ENV SCALA_VERSION 2.12.10 ARG SCALA_VERSION=2.12.16
ENV SBT_VERSION 1.3.8 ARG SBT_VERSION=1.6.2
ENV CMAK_VERSION 3.0.0.5 ARG CMAK_VERSION=3.0.0.6
RUN set -xe \ RUN set -xe \
&& apt update \ && apt update \

View File

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