From f771ccd04d440c48959f3f8c257c842369abea27 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Mon, 23 Oct 2023 21:21:05 +0200 Subject: [PATCH] :robot: Apply base image fixes to arm (#1943) Apply base image fixes to arm Signed-off-by: Mauro Morales --- images/Dockerfile.ubuntu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/Dockerfile.ubuntu b/images/Dockerfile.ubuntu index 083b5d7c8..97a9025e6 100644 --- a/images/Dockerfile.ubuntu +++ b/images/Dockerfile.ubuntu @@ -165,9 +165,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ FROM amd64-non-hwe AS amd64-ubuntu-22-lts-non-hwe FROM amd64-non-hwe AS amd64-ubuntu-20-lts-non-hwe -FROM base-22-lts AS arm64-ubuntu -FROM base-22-lts AS arm64-ubuntu-22-lts -FROM base-20-lts AS arm64-ubuntu-20-lts +FROM base-ubuntu-22-lts AS arm64-ubuntu +FROM base-ubuntu-22-lts AS arm64-ubuntu-22-lts +FROM base-ubuntu-20-lts AS arm64-ubuntu-20-lts ############################################################### #### Common to a Single Model ####