Skip to content

Commit

Permalink
Update validator (SVG/CSS fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill committed May 30, 2024
1 parent 7ea8d33 commit 5d4736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN_OPTS=(
"--volume=.:/src/JPEGSawmill/"
)

IMAGE_DIGEST="sha256:14ba09c8f3236fce4c0d46cde03a8471fa63f968f161cb6165bb2a8c9477a5aa"
IMAGE_DIGEST="sha256:f4ceed83064a348fd23529039ce8634f8ba49ce5df26a5f10f94adf384cbebce"
VNU_IMAGE="ghcr.io/validator/validator@$IMAGE_DIGEST"

docker run "${RUN_OPTS[@]}" "$VNU_IMAGE" bash - <.github/scripts/vnu.sh

0 comments on commit 5d4736f

Please sign in to comment.