From fa96a65507cda1e43acc284c99317eae3d3badb9 Mon Sep 17 00:00:00 2001 From: cristianpb Date: Sun, 21 Jan 2024 11:28:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Update=20ubuntu=20version=20to?= =?UTF-8?q?=20jammy=2022.04=20for=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-base b/Dockerfile-base index 4008a3a..183f9ba 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -1,10 +1,10 @@ ########################################################## -FROM multiarch/ubuntu-debootstrap:$TARGETARCH-focal-slim as base +FROM multiarch/ubuntu-debootstrap:$TARGETARCH-jammy-slim as base RUN apt-get update RUN apt-get install -y software-properties-common curl RUN apt-add-repository universe RUN curl -s https://apt.mopidy.com/mopidy.gpg | apt-key add - -RUN echo 'deb https://apt.mopidy.com/ buster main contrib non-free' > /etc/apt/sources.list.d/mopidy.list +RUN echo 'deb https://apt.mopidy.com/ bullseye main contrib non-free' > /etc/apt/sources.list.d/mopidy.list RUN apt-get update --fix-missing RUN apt-get install -y \ mopidy \