Skip to content

Commit

Permalink
Merge pull request #224 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正 actions 构建错误
  • Loading branch information
wojiushixiaobai authored Apr 19, 2024
2 parents 92e97ac + f9860ee commit acc5992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -ex \
&& chmod 755 /usr/local/bin/check \
&& rm -f check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz

ARG RECEPTOR_VERSION=v1.4.5
ARG RECEPTOR_VERSION=1.4.5
RUN set -ex \
&& wget -O /opt/receptor.tar.gz https://github.com/ansible/receptor/releases/download/${RECEPTOR_VERSION}/receptor_${RECEPTOR_VERSION/v/}_linux_${TARGETARCH}.tar.gz \
&& wget -O /opt/receptor.tar.gz https://github.com/ansible/receptor/releases/download/v${RECEPTOR_VERSION}/receptor_${RECEPTOR_VERSION}_linux_${TARGETARCH}.tar.gz \
&& tar -xf /opt/receptor.tar.gz -C /usr/local/bin/ \
&& chown root:root /usr/local/bin/receptor \
&& chmod 755 /usr/local/bin/receptor \
Expand Down

0 comments on commit acc5992

Please sign in to comment.