From 72983c0a6b666e47652a6ee5fa29a93283a8e15f Mon Sep 17 00:00:00 2001 From: blallo Date: Fri, 10 Jul 2020 16:50:06 +0200 Subject: [PATCH] Update builder image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7227f0d6d..9fe299e4f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ workspace: steps: - name: build pull: if-not-exists - image: leophys/fenix-builder:0.3 + image: leophys/fenix-builder:0.4 commands: - /src/gradlew --stacktrace assembleGeckoNightly - /src/sign.sh @@ -110,6 +110,6 @@ depends_on: --- kind: signature -hmac: 6831f766622b0da6067f885c7b715d0f1f5c6a3e6062e16b70b8d23e1445a66a +hmac: d2175d3b9a53eb52deaf117a335af6ec62de65e3eb025ccc496922f170c36db1 ...