fix: revert pa11y version to 4.2.0 in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m27s

This commit is contained in:
2025-09-11 12:25:12 -05:00
parent 3e9aabac52
commit ec2a86cebf

View File

@@ -44,7 +44,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /app
# Clone pa11y-dashboard repository
ARG PA11Y_VERSION=4.3.1
ARG PA11Y_VERSION=4.2.0
RUN git clone https://github.com/pa11y/pa11y-dashboard.git . && \
git checkout ${PA11Y_VERSION}