Skip to content

Commit

Permalink
Merge pull request KhronosGroup#581 from gmlueck/gmlueck/update-docker
Browse files Browse the repository at this point in the history
Update to latest docker image
  • Loading branch information
gmlueck authored Jul 10, 2024
2 parents 8f8e6ed + cdece8e commit 90fc147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90fc147

Please sign in to comment.