Update rust Docker tag to v1.83.0
Unit Tests with docker compose and cargo / unit-test (push) Successful in 49s
Details
Unit Tests with docker compose and cargo / unit-test (push) Successful in 49s
Details
This commit is contained in:
parent
8fff379f54
commit
b7229f2467
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue