From c3fa769004504eefc29bc5ffef8f8462997bfebe Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Wed, 12 Jun 2024 21:33:07 +0800 Subject: [PATCH] Update Dockerfile update builder to 22.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7b8bb9..1b10edd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " USER root