Skip to content

Commit e2698e1

Browse files
committed
Update atom tools version in container
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent b7e5c30 commit e2698e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN set -e; \
7373
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 10 \
7474
&& python3 --version \
7575
&& node --version \
76-
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
76+
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.5 \
7777
&& atom-tools --version && atom-tools --help \
7878
&& curl -s "https://get.sdkman.io" | bash \
7979
&& source "/root/.sdkman/bin/sdkman-init.sh" \

ci/Dockerfile.sle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN set -e; \
6161
&& ruby --version \
6262
&& which ruby \
6363
&& rm -rf /root/.rbenv/cache $RUBY_BUILD_BUILD_PATH \
64-
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.0 \
64+
&& python3 -m pip install --upgrade pip poetry atom-tools>=0.7.5 \
6565
&& atom-tools --version && atom-tools --help \
6666
&& mkdir -p ${ANDROID_HOME}/cmdline-tools \
6767
&& curl -L https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip \

0 commit comments

Comments
 (0)