Update Dockerfile

update builder to 22.04
This commit is contained in:
Justin Hammond 2024-06-12 21:33:07 +08:00 committed by GitHub
parent 204f71e1d9
commit c3fa769004
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM ghcr.io/crops/yocto:ubuntu-20.04-base
FROM ghcr.io/crops/yocto:ubuntu-22.04-base
LABEL maintainer="Justin Hammond <justin@dynam.ac>"
USER root