fix: Fix tini download command
gitea/printnatura/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-03-10 09:56:17 +00:00
parent 0a044ccb22
commit 2ae31cf38e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN chmod a+x /tmp/ctzcls-cups_1.1.0-2_amd64.deb \
# Fix defunct processeses: https://github.com/jenkinsci/docker-inbound-agent/issues/51
ENV TINI_VERSION v0.19.0
RUN wget -O /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \
RUN curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini \
&& chmod 755 /tini
# Printnatura