From cdece8e865c386c23c8ac6db45246b7a1ec3ba99 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Wed, 10 Jul 2024 16:51:54 -0400 Subject: [PATCH] Update to latest docker image I verified that the generated HTML is unchanged when building with the new image. --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 877f2738..06933dce 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,10 +26,10 @@ jobs: runs-on: ubuntu-latest # Use the Khronos container with the asciidoctor toolchain preinstalled. We - # reference the image its SHA rather than its tag because they sometimes + # 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.20240701". - container: khronosgroup/docker-images@sha256:1175e55feeaca36d8c53b3628372cd371078473a162a558c3e89ffafdde40676 + # SHA corresponds to tag "asciidoctor-spec.20240702". + container: khronosgroup/docker-images@sha256:4aab96a03ef292439c9bd0f972adfa29cdf838d0909b1cb4ec2a6d7b2d14a37f steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it