chore: trigger rebuild

This commit is contained in:
Ashwin Kumar 2026-04-09 21:51:17 +02:00
parent 4fbc8d8b1f
commit d151653ab1

View file

@ -2,7 +2,7 @@ FROM rust:alpine AS builder
WORKDIR /usr/src/app
# Install build dependencies including openssl for musl static linking
# 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