From 9a5047e2391d4cdc23f1753096b340ca892a7dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Sat, 21 Sep 2024 21:33:56 +0200 Subject: [PATCH] Fix dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This nightly bump is really ugly(bis). Signed-off-by: Marc Poulhiès --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 577a2df..f9b6aca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN apt-get update -y -q && apt-get upgrade -y -q && apt-get upgrade -y -q && \ tar Jxf gcc13.tar.xz && \ tar Jxf gcc14.tar.xz && \ tar Jxf gcc-trunk.tar.xz && \ - mv gcc-trunk-20240907/ gcc-trunk && \ + mv gcc-trunk-20240920/ gcc-trunk && \ rm gcc*.tar.xz ## Beware of the "trunk" download. It is useful when a cross compiler really