From 51c770af7092ddc43949cca39b1e102724956c99 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 30 Jan 2026 19:26:34 +0100 Subject: [PATCH] MT#62249 Refresh docker image We need the latest ngcp-archive-keyring version, addressing the SHA-1 situation with our repository key. To get that, we refreshed our base image sipwise-trixie, but need to ensure that we refresh all the docker images building on top of it. Change-Id: I8b8c57912fd8a4f0f259aa845250638e0f1fb087 --- t/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Dockerfile b/t/Dockerfile index fb03722..f89f25b 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-trixie:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2025-12-30 +ENV REFRESHED_AT=2026-01-30 RUN apt-get update && apt-get install --assume-yes libmodule-build-perl libtrycatch-perl libstrictures-perl