File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN set -e; \
73
73
&& alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 10 \
74
74
&& python3 --version \
75
75
&& 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 \
77
77
&& atom-tools --version && atom-tools --help \
78
78
&& curl -s "https://get.sdkman.io" | bash \
79
79
&& source "/root/.sdkman/bin/sdkman-init.sh" \
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ RUN set -e; \
61
61
&& ruby --version \
62
62
&& which ruby \
63
63
&& 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 \
65
65
&& atom-tools --version && atom-tools --help \
66
66
&& mkdir -p ${ANDROID_HOME}/cmdline-tools \
67
67
&& curl -L https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip -o ${ANDROID_HOME}/cmdline-tools/android_tools.zip \
You can’t perform that action at this time.
0 commit comments