- fix: Dockerfile build errors for newer rust version

This commit is contained in:
2025-03-07 20:01:17 -05:00
parent c0e8dba715
commit 3b789d0fd4
7 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:3 AS builder
FROM rust:alpine AS builder
LABEL authors="raven"
RUN apk add --no-cache rust cargo openssl-dev protoc
RUN apk add --no-cache musl-dev libressl-dev protobuf-dev
WORKDIR /usr/src/utils
COPY ./utils .