diff --git a/Dockerfile b/Dockerfile index 739109f..c122656 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="buster-legacy-2022-09-26" +ARG GH_TAG="buster-legacy-2023-02-22" # To build a different image type from the release the FILE_SUFFIX variable # can be overwritten with the `docker build --build-arg` flag