File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
org.opencontainers.image.vendor="Open Web Application Security Project" \
39
39
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
40
40
org.opencontainers.image.licenses="MIT" \
41
- org.opencontainers.image.version="16.0.0-SNAPSHOT " \
41
+ org.opencontainers.image.version="16.0.0" \
42
42
org.opencontainers.image.url="https://owasp-juice.shop" \
43
43
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
44
44
org.opencontainers.image.revision=$VCS_REF \
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 16.0.0-SNAPSHOT " ,
3
+ "version" : " 16.0.0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " juice-shop" ,
3
- "version" : " 16.0.0-SNAPSHOT " ,
3
+ "version" : " 16.0.0" ,
4
4
"private" : true ,
5
5
"description" : " Probably the most modern and sophisticated insecure web application" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments