From patchwork Sat Sep 11 14:37:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1526745 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H6Fgz6Xswz9sVw for ; Sun, 12 Sep 2021 00:37:19 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id AB4E483815; Sat, 11 Sep 2021 16:37:16 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 12A7A83816; Sat, 11 Sep 2021 16:37:15 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C55B883814 for ; Sat, 11 Sep 2021 16:37:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qv1-f54.google.com with SMTP id r18so3197237qvy.8 for ; Sat, 11 Sep 2021 07:37:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id; bh=8Reu/wVVS+ViL441frmPdU2ASvpbYhEDx5Ir6kvB2uE=; b=q9fwyZ90YtkeTvaPMeJsT5qJ9A0DsaaiIZhKXONYDfQh1ADpHzQ/TKrCeLbYaGXpcD uHFlxr5EWC0fjHIJrpN/U45m+zqeMtoaV03jzcNfnRtw6Cl+qUhsS8BAv+l1CpSb9F4I QboN2PPojg04UMxH3rF988LGVr0uzqyzgZJE1RzuROJYK0aR0p1llMoRPq+xsNvVsjPx cDSwr5yD8jhqhs8fzg7EhgbCAZ6c+HpZscu+7Ge06SUPuiG6NA+cEay/4SvdbkCoaTAA IeCuBAfdhe2CKBJm0hsVBskGivX4BbdZ5MzBUYvhR6/7xoIrlXk+vCmfLhHY63CyTtni cegw== X-Gm-Message-State: AOAM533518BSICYmLi9biyG8J9kkMT1H7VNn8zJSI4A/68hn5tbfKIlV mNym7z5lMD1ThSXMbhnU6jW/reXtuQ== X-Google-Smtp-Source: ABdhPJyR9KeaaFFVue2NPa3LAtn8H9G24lg8nwdoWeVVYxoSEVBRoYVIDwCBkzy5EIEQdkJCFPtOGA== X-Received: by 2002:a0c:b294:: with SMTP id r20mr2484304qve.34.1631371029951; Sat, 11 Sep 2021 07:37:09 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-61ce-ecd7-97d2-3518.res6.spectrum.com. [2603:6081:7b01:cbda:61ce:ecd7:97d2:3518]) by smtp.gmail.com with ESMTPSA id s16sm1114763qtq.31.2021.09.11.07.37.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Sep 2021 07:37:09 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH] Dockerfile: Update to latest "focal" tag Date: Sat, 11 Sep 2021 10:37:06 -0400 Message-Id: <20210911143706.27441-1-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Tom Rini Reviewed-by: Bin Meng --- tools/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 0195456dfeca..42d4b0c91ac8 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -2,7 +2,7 @@ # This Dockerfile is used to build an image containing basic stuff to be used # to build U-Boot and run our test suites. -FROM ubuntu:focal-20210723 +FROM ubuntu:focal-20210827 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container"