Skip to content

Commit

Permalink
Update atom tools version in container
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Mar 9, 2025
1 parent b7e5c30 commit e2698e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN set -e; \
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 10 \
&& python3 --version \
&& node --version \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.5 \
&& atom-tools --version && atom-tools --help \
&& curl -s "https://get.sdkman.io" | bash \
&& source "/root/.sdkman/bin/sdkman-init.sh" \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.sle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -e; \
&& ruby --version \
&& which ruby \
&& rm -rf /root/.rbenv/cache $RUBY_BUILD_BUILD_PATH \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.5 \
&& atom-tools --version && atom-tools --help \
&& mkdir -p ${ANDROID_HOME}/cmdline-tools \
&& curl -L https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip \
Expand Down

0 comments on commit e2698e1

Please sign in to comment.