chore: Update the builder container version
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.67.1-slim-buster as builder
|
FROM rust:1.70.0-slim-bookworm as builder
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN apt-get update &&\
|
RUN apt-get update &&\
|
||||||
apt-get install -y libssl-dev gcc musl pkg-config
|
apt-get install -y libssl-dev gcc musl pkg-config
|
||||||
|
Reference in New Issue
Block a user