Skip to content

Commit

Permalink
IMG: update generic base to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Dec 11, 2024
1 parent 647e6ec commit e3b545f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions devices/generic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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 .
#
#
# SCL <[email protected]>
# Copyright (C) 2018 rerobots, Inc.

FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \
Expand Down

0 comments on commit e3b545f

Please sign in to comment.