Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 338dd17

Browse files
authored
Update Dockerfile
1 parent 9288ccc commit 338dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN apt-get update \
4343
# install awesoeme ci
4444
RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
4545
&& curl -L -O https://github.com/fullstack-devops/awesome-ci/releases/download/${AWESOME_CI_VERSION}/awesome-ci_${AWESOME_CI_VERSION}_linux_${ARCH} \
46-
&& mv awesome-ci_${AWESOME_CI_VERSION}_${ARCH} /usr/local/src/awesome-ci \
46+
&& mv awesome-ci_${AWESOME_CI_VERSION}_linux_${ARCH} /usr/local/src/awesome-ci \
4747
&& chmod +x /usr/local/src/awesome-ci \
4848
&& ln -s /usr/local/src/awesome-ci /usr/local/bin/
4949

0 commit comments

Comments
 (0)