Update Dockerfile to 22.04

This commit is contained in:
Hemna 2022-12-12 19:37:55 -05:00
parent c1db238719
commit 4fe99c35b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#FROM python:3-bullseye as aprsd
FROM ubuntu:focal as aprsd
FROM ubuntu:22.04 as aprsd
# Dockerfile for building a container during aprsd development.