diff --git a/Dockerfile b/Dockerfile index 9de6e98..60f5e0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.75 AS builder +FROM rust:1.79 AS builder RUN mkdir /build WORKDIR /build diff --git a/Makefile b/Makefile index a1ac58c..0fe6bf6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_GOAL := help CARGO:=$(shell which cargo) -APP=target/debug/placementd-web +APP=target/debug/kafka-delta-ingest SOURCES=$(shell find . -type f -iname '*.rs') $(APP): Cargo.toml $(SOURCES)