diff --git a/Dockerfile b/Dockerfile index 2f5699c..d834f97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ WORKDIR /app COPY . /app RUN cargo build --release -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e +FROM gcr.io/distroless/cc-debian12@sha256:7ee09f36862efbdbf70422db263e411c2618409ca46faa555bd5b636155307df COPY --from=build-env /app/target/release/rust-bot ./ CMD ["/rust-bot"]