Skip to content
Snippets Groups Projects
Commit 9f1a075e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Upgrade fastlane

parent c28ab2b0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ RUN apt update && \
apt install -y openjdk-17-jre && \
apt clean && \
rm -rf /var/lib/apt/lists/*
RUN gem install fastlane -v 2.219.0
RUN gem install fastlane -v 2.221.1
# Install SDK Tools
RUN wget --quiet --output-document=android-sdk.zip "$ANDROID_SDK_TOOLS" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment