chore(deps): update rust docker tag to v1.84.0
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m40s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m40s
Details
This commit is contained in:
parent
d50c1d7e61
commit
a2aa2654ff
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
WORKDIR /app
|
||||
COPY Cargo.toml Cargo.toml
|
||||
|
|
Loading…
Reference in New Issue