build-unit-test-docker: force refresh container
prettier had a breaking update which causes some of our markdown
files to fail formatting with the new version. Force a refresh
so that all the CI containers are on the latest version at the
same time (otherwise different CI containers disagree at the proper
formatting).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ic304f4d6407d0aaf18110f31b27e5783f8eb545a
diff --git a/scripts/build-unit-test-docker b/scripts/build-unit-test-docker
index 2ac4730..fc91603 100755
--- a/scripts/build-unit-test-docker
+++ b/scripts/build-unit-test-docker
@@ -802,7 +802,7 @@
# an error like: "Release: The following signatures were invalid:"
# Insert a bogus echo that we can change here when we get this error to force
# the update.
-RUN echo "ubuntu keyserver rev as of 2021-04-21"
+RUN echo "ubuntu keyserver rev as of 2025-06-25"
# We need the keys to be imported for dbgsym repos
# New releases have a package, older ones fall back to manual fetching