diff --git a/grml_build/Dockerfile b/grml_build/Dockerfile index 12255c1..6083245 100755 --- a/grml_build/Dockerfile +++ b/grml_build/Dockerfile @@ -6,7 +6,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-15 +ENV REFRESHED_AT=2026-01-30 # tools for building and testing RUN apt-get update && apt-get install --assume-yes --no-install-recommends \ diff --git a/t/Dockerfile b/t/Dockerfile index 0ae001d..0f222f7 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-07-22 +ENV REFRESHED_AT=2026-01-30 RUN apt-get update && apt-get install --assume-yes git make gcc dpkg-dev