We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf7d34 commit dc84640Copy full SHA for dc84640
Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install gnupg wget -y && \
33
# RUN npm install -g pa-website-validator
34
35
# Download master or tag from github
36
-RUN git clone --branch v1.1.20 https://github.com/italia/pa-website-validator-ng pa-website-validator && \
+RUN git clone --branch v1.1.24 https://github.com/italia/pa-website-validator-ng pa-website-validator && \
37
cd pa-website-validator && \
38
npm ci && \
39
npm -g i .
0 commit comments