Skip to content

Commit dc84640

Browse files
authored
upgrade validator 1.1.24
1 parent daf7d34 commit dc84640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install gnupg wget -y && \
3333
# RUN npm install -g pa-website-validator
3434

3535
# 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 && \
36+
RUN git clone --branch v1.1.24 https://github.com/italia/pa-website-validator-ng pa-website-validator && \
3737
cd pa-website-validator && \
3838
npm ci && \
3939
npm -g i .

0 commit comments

Comments
 (0)