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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m27s
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user