Merge pull request 'Update rust Docker tag to v1.83.0' (#17) from renovate/rust-1.x into main
Unit Tests with docker compose and cargo / unit-test (push) Successful in 38s Details
Build image / build (push) Successful in 41m4s Details

Reviewed-on: #17
This commit is contained in:
bizcochito 2024-12-03 12:05:19 +00:00
commit b22221e6c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rust:1.82.0-slim-bullseye AS deps
FROM rust:1.83.0-slim-bullseye AS deps
RUN apt update && apt install pkg-config openssl libssl-dev -y
WORKDIR /app
COPY src src