Added Channel and upgrade command to Alpine (alpine still does not work)
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 01:22:15 +02:00
parent 51c04bc837
commit 819392a885

View File

@ -21,6 +21,8 @@ USER jenkins
RUN flutter config --no-cli-animations
RUN flutter doctor -v
RUN flutter channel master
RUN flutter upgrade
USER root