Skip to content

Commit

Permalink
update validator 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Aug 29, 2024
1 parent c58dcd4 commit b4edf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install gnupg wget -y && \
# Download master or tag from github
# RUN git clone --branch develop https://github.com/mamico/pa-website-validator && \
# RUN git clone --branch main https://github.com/italia/pa-website-validator && \
RUN git clone --branch v2.10.1 https://github.com/italia/pa-website-validator && \
RUN git clone --branch v2.11.0 https://github.com/italia/pa-website-validator && \
cd pa-website-validator && \
npm ci && \
npm -g i .
Expand Down

0 comments on commit b4edf1b

Please sign in to comment.