We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647e6ec commit e3b545fCopy full SHA for e3b545f
devices/README.md
@@ -11,4 +11,4 @@ through templates that require some modification on a case-by-case basis.
11
generic
12
-------
13
14
-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
devices/generic/Dockerfile
@@ -1,12 +1,12 @@
1
-# Base image using Ubuntu 20.04 (https://ubuntu.com/about/release-cycle)
+# Base image using Ubuntu 22.04 (https://ubuntu.com/about/release-cycle)
2
#
3
# docker build -t rerobots/hs-generic:latest -f Dockerfile .
4
5
6
# SCL <[email protected]>
7
# Copyright (C) 2018 rerobots, Inc.
8
9
-FROM ubuntu:20.04
+FROM ubuntu:22.04
10
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \
0 commit comments