chore(deps): update rust docker tag to v1.84.1
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m50s Details

This commit is contained in:
Renovate Bot 2025-01-31 01:01:48 +00:00
parent 926959fa7e
commit 0fd7986758
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rust:1.84.0-slim-bullseye AS deps
FROM rust:1.84.1-slim-bullseye AS deps
RUN apt update && apt install pkg-config ca-certificates openssl libssl-dev -y
WORKDIR /app
COPY Cargo.toml Cargo.toml