chore: trigger CI rebuild

This commit is contained in:
Ashwin Kumar 2026-04-09 13:51:11 +02:00
parent 73d167c333
commit 4fbc8d8b1f

View file

@ -2,7 +2,7 @@ FROM rust:alpine AS builder
WORKDIR /usr/src/app
# Install build dependencies including openssl for musl
# Install build dependencies including openssl for musl static linking
RUN apk add --no-cache musl-dev pkgconfig openssl-dev openssl-libs-static && \
rustup target add x86_64-unknown-linux-musl