Merge pull request 'chore(deps): update rust docker tag to v1.84.0' (#33) from renovate/rust-1.x into main
Unit Tests with docker compose and cargo / unit-test (push) Successful in 2m30s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 2m30s
Details
Reviewed-on: #33
This commit is contained in:
commit
27f0b1bfe6
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM rust:1.83.0-slim-bullseye AS deps
|
FROM rust:1.84.0-slim-bullseye AS deps
|
||||||
RUN apt update && apt install pkg-config ca-certificates openssl libssl-dev -y
|
RUN apt update && apt install pkg-config ca-certificates openssl libssl-dev -y
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY Cargo.toml Cargo.toml
|
COPY Cargo.toml Cargo.toml
|
||||||
|
|
Loading…
Reference in New Issue