PHP 7.4 container crashing; Yarn signature invalid

When attempting to do an apt update on the php container I get the following error:
W: GPG error: http://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging yarn@dan.cx
php_1 | E: The repository ‘http://dl.yarnpkg.com/debian stable InRelease’ is not signed.

The container crashes immediately following this. Has anyone seen this? Does this mean somehow that the image is outdated? I don’t use Yarn on my php image… I’m not sure why its on the apt list.

Just found this which explains what happened. Yarn Debian key expiry date updated (EXPKEYSIG 23E7166788B63E1E) · Issue #7866 · yarnpkg/yarn · GitHub
I’ll create a bug report in Github. Hope this helps!!