From fe791320e80b61688ce78e6f8786d2ba9e52aeba Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Wed, 11 Oct 2023 17:03:59 -0700 Subject: [PATCH] update source path --- .github/docker-images/raspbian-bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker-images/raspbian-bullseye/Dockerfile b/.github/docker-images/raspbian-bullseye/Dockerfile index 620078dda..d33b3ed32 100644 --- a/.github/docker-images/raspbian-bullseye/Dockerfile +++ b/.github/docker-images/raspbian-bullseye/Dockerfile @@ -1,4 +1,4 @@ -FROM raspbian/stretch as raspbian-bullseye +FROM raspbian/dists/stretch as raspbian-bullseye ############################################################################### # Upgrade to bullseye from stretch