From d4464bd08797185b37308fe9964e8ab511770d25 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Sat, 26 Aug 2023 07:11:45 +0000 Subject: [PATCH] [Whoogle] Use latest tag It is now pinned to 0.8.2 and when the bot updates to a newer version it does not update the tag so switching to latest will help. --- whoogle/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whoogle/build.json b/whoogle/build.json index 497429763..fd14af35f 100644 --- a/whoogle/build.json +++ b/whoogle/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/benbusby/whoogle-search:0.8.2", - "amd64": "ghcr.io/benbusby/whoogle-search:0.8.2", - "armv7": "ghcr.io/benbusby/whoogle-search:0.8.2" + "aarch64": "ghcr.io/benbusby/whoogle-search:latest", + "amd64": "ghcr.io/benbusby/whoogle-search:latest", + "armv7": "ghcr.io/benbusby/whoogle-search:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com"