diff --git a/.drone.yml b/.drone.yml index ebea0cd9..dcd7eea6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: # #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting - name: build-linux - image: openpriv/flutter-desktop:linux-fstable-3.0.1-rc1 + image: openpriv/flutter-desktop:linux-fstable-3.0.1 volumes: - name: deps path: /root/.pub-cache @@ -177,7 +177,7 @@ clone: steps: - name: clone - image: openpriv/flutter-desktop:windows-sdk30-fstable-2.8.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 environment: buildbot_key_b64: from_secret: buildbot_key_b64 @@ -195,7 +195,7 @@ steps: - git checkout $Env:DRONE_COMMIT - name: fetch - image: openpriv/flutter-desktop:windows-sdk30-fstable-2.8.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 commands: - git describe --tags --abbrev=1 > VERSION - powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm'" > BUILDDATE @@ -203,7 +203,7 @@ steps: - .\fetch-libcwtch-go.ps1 - name: build-windows - image: openpriv/flutter-desktop:windows-sdk30-fstable-2.8.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 commands: - flutter pub get - $Env:version += type .\VERSION @@ -260,7 +260,7 @@ steps: - move *.sha512 deploy\$Env:builddir - name: deploy-windows - image: openpriv/flutter-desktop:windows-sdk30-fstable-2.8.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 when: event: push status: [ success ]