From 57a0dd0d177cd87be75894ed22b22c5335fa5f3c Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Sat, 6 Jan 2024 17:20:11 +0000 Subject: [PATCH] docker: Update OS image to 1st release Bullseye (legacy) 2023-10-10. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54b2b27..d6a707d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/carlosperate/docker-qe # Select the GitHub tag from the release that hosts the OS files # https://github.com/carlosperate/rpi-os-custom-image/releases/ -ARG GH_TAG="bullseye-2023-05-03" +ARG GH_TAG="bullseye-legacy-2023-10-10" # To build a different image type from the release the FILE_SUFFIX variable # can be overwritten with the `docker build --build-arg` flag