From 77c16afa439fa92f63f03383e4f41c9d2bce917e Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 10 Nov 2023 16:39:00 +0200 Subject: [PATCH] Invalidate docker cache --- .buildbot/node/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildbot/node/Dockerfile b/.buildbot/node/Dockerfile index ad28b23..ac46cbb 100644 --- a/.buildbot/node/Dockerfile +++ b/.buildbot/node/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:jammy ENV DEBIAN_FRONTEND=noninteractive +ENV SKIPCACHE=2023-11-10 RUN apt-get update RUN apt-get install -yq --no-install-suggests --no-install-recommends \