From e9941dcd65a60a528fc69084581cd8e4bea7b851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A4nger?= Date: Sat, 11 May 2024 04:18:57 +0200 Subject: [PATCH] update diffoscope version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 556b303..aa5a043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bookworm-slim LABEL maintainer "Thomas Sänger " -ENV DIFFOSCOPE_VERSION=265 +ENV DIFFOSCOPE_VERSION=266 ENV COREBOOT_VERSION=24.02.01 ARG DEBIAN_FRONTEND=noninteractive