Set fixed version of codesign + upgrade to docker v2

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-16 17:41:43 +01:00
parent c9de03ec43
commit 43b44b06bf
3 changed files with 29 additions and 64 deletions

View File

@@ -11,7 +11,8 @@ RUN useradd -m probo && \
apt-get install -y ca-certificates libcap2-bin && \
rm -rf /var/lib/apt/lists/*
COPY probod /usr/local/bin/probod
ARG TARGETPLATFORM
COPY $TARGETPLATFORM/probod /usr/local/bin/probod
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/probod && \