From e3b545fa69a3ece001ab64bae1225c434cee6bb7 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Wed, 11 Dec 2024 15:12:40 -0800 Subject: [PATCH] IMG: update generic base to Ubuntu 22.04 --- devices/README.md | 2 +- devices/generic/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/README.md b/devices/README.md index 6b5d395..7f42d69 100644 --- a/devices/README.md +++ b/devices/README.md @@ -11,4 +11,4 @@ through templates that require some modification on a case-by-case basis. generic ------- -single-host, Ubuntu 20.04 Docker container that is known to work on Raspberry Pi +single-host, Ubuntu 22.04 Docker container that is known to work on Raspberry Pi diff --git a/devices/generic/Dockerfile b/devices/generic/Dockerfile index 0cd39f6..81b5d02 100644 --- a/devices/generic/Dockerfile +++ b/devices/generic/Dockerfile @@ -1,4 +1,4 @@ -# Base image using Ubuntu 20.04 (https://ubuntu.com/about/release-cycle) +# Base image using Ubuntu 22.04 (https://ubuntu.com/about/release-cycle) # # docker build -t rerobots/hs-generic:latest -f Dockerfile . # @@ -6,7 +6,7 @@ # SCL # Copyright (C) 2018 rerobots, Inc. -FROM ubuntu:20.04 +FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get -y install \