Skip to content

Commit e3b545f

Browse files
committed
IMG: update generic base to Ubuntu 22.04
1 parent 647e6ec commit e3b545f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devices/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ through templates that require some modification on a case-by-case basis.
1111
generic
1212
-------
1313

14-
single-host, Ubuntu 20.04 Docker container that is known to work on Raspberry Pi
14+
single-host, Ubuntu 22.04 Docker container that is known to work on Raspberry Pi

devices/generic/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Base image using Ubuntu 20.04 (https://ubuntu.com/about/release-cycle)
1+
# Base image using Ubuntu 22.04 (https://ubuntu.com/about/release-cycle)
22
#
33
# docker build -t rerobots/hs-generic:latest -f Dockerfile .
44
#
55
#
66
77
# Copyright (C) 2018 rerobots, Inc.
88

9-
FROM ubuntu:20.04
9+
FROM ubuntu:22.04
1010

1111
RUN apt-get update \
1212
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \

0 commit comments

Comments
 (0)