From 24841c09eb0ac6fe46879e6c8dfaa88558c037ef Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 10 Jun 2024 19:26:56 +0200 Subject: [PATCH] MT#60283 Update grml-live to latest stable release v0.47.7 Change-Id: Ia157034ebfadb884f475802046a596937b4afac4 --- grml_build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grml_build/Dockerfile b/grml_build/Dockerfile index 32ea565..1d73dd5 100644 --- a/grml_build/Dockerfile +++ b/grml_build/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-bookworm: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 2023-02-03 +ENV REFRESHED_AT 2024-06-10 # tools for building and testing RUN apt-get update && apt-get install --assume-yes --no-install-recommends \ @@ -44,7 +44,7 @@ RUN echo "SECURE_BOOT=disable ./grml-live -s bookworm -a amd64 -c GRMLBASE,SIPWI # base build tools WORKDIR /code/ -RUN git clone -b 'v0.43.0' --single-branch --depth 1 https://github.com/grml/grml-live +RUN git clone -b 'v0.47.7' --single-branch --depth 1 https://github.com/grml/grml-live RUN mkdir -p /code/grml-live/templates/boot/addons/ \ /code/grml-live/etc/grml/fai/config/files/etc/apt/sources.list.d/sipwise.list/ \ /code/grml-live/etc/grml/fai/config/files/etc/apt/trusted.gpg.d/sipwise-keyring.gpg/ \