From acdb886c378c480f701397d8491c20dd5dbb95b3 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Sun, 28 Jul 2024 09:47:32 -0400 Subject: [PATCH] Update to the latest Docker image I verified that the HTML output is identical when building with this image vs. the previous one. --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 06933dce..5039ca1c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,8 +28,8 @@ jobs: # Use the Khronos container with the asciidoctor toolchain preinstalled. We # reference the image by its SHA rather than its tag because they sometimes # overwrite a tag with a different image (which has a different SHA). This - # SHA corresponds to tag "asciidoctor-spec.20240702". - container: khronosgroup/docker-images@sha256:4aab96a03ef292439c9bd0f972adfa29cdf838d0909b1cb4ec2a6d7b2d14a37f + # SHA corresponds to tag "asciidoctor-spec.20240727". + container: khronosgroup/docker-images@sha256:sha256:089687083ceb36483a3917389e4278718ab19c594099634f5dd80e22540c960f steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it