Docker: Update to jammy in Docker

* That's what most devs have moved to

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-07-12 23:42:56 -06:00 committed by Peter Barker
parent 2f97a9855a
commit 47a1b460bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
WORKDIR /ardupilot
ARG DEBIAN_FRONTEND=noninteractive