remove flutter upgrade from alpine-image
All checks were successful
andreas-personal/jenkins-ssh-docker-agent/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-04-16 00:59:32 +02:00
parent d4b7efc44a
commit a56f0a86e1

View File

@ -16,7 +16,6 @@ USER jenkins
RUN flutter config --no-cli-animations
RUN flutter doctor -v
RUN flutter upgrade
USER root