update deps and rebuild

This commit is contained in:
ace
2023-12-18 01:06:44 +03:00
parent fa0ac10f7c
commit b2d186e772
5 changed files with 434 additions and 445 deletions

View File

@ -1,4 +1,4 @@
FROM clux/muslrust as builder
FROM clux/muslrust:1.74.1 as builder
RUN apt-get update && apt-get install -y ca-certificates
WORKDIR /opt
ADD . .