From 2d72c71ecc1c3c7d7d63083db4bcb2b61ac88982 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:27:39 +0000 Subject: [PATCH] chore(deps): update rust to v1.83.0 --- Dockerfile | 2 +- Dockerfile.nochef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd6498a..5081cb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM gcr.io/distroless/cc LABEL maintainer "sksat " -FROM ghcr.io/sksat/cargo-chef-docker:1.63.0-slim-bullseye as chef +FROM ghcr.io/sksat/cargo-chef-docker:1.83.0-slim-bullseye as chef WORKDIR /build FROM chef as planner diff --git a/Dockerfile.nochef b/Dockerfile.nochef index 0c61d92..300b9bf 100644 --- a/Dockerfile.nochef +++ b/Dockerfile.nochef @@ -2,7 +2,7 @@ FROM debian:bullseye-slim LABEL maintainer "sksat " # build -FROM rust:1.64.0 as builder +FROM rust:1.83.0 as builder WORKDIR /build RUN apt-get update && apt-get install -y --no-install-recommends libdbus-1-dev pkg-config COPY Cargo.toml .