forked from juice-shop/juice-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# OWASP Juice Shop - An intentionally insecure Javascript Web Application | ||
FROM node:6-alpine | ||
MAINTAINER Bjoern Kimminich <[email protected]> | ||
LABEL version = "4.1.1" | ||
LABEL version = "4.1.2" | ||
|
||
RUN apk update && apk add git | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# OWASP Juice Shop - An intentionally insecure Javascript Web Application | ||
FROM node:4-alpine | ||
MAINTAINER Bjoern Kimminich <[email protected]> | ||
LABEL version = "4.1.1" | ||
LABEL version = "4.1.2" | ||
|
||
RUN apk update && apk add git | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# OWASP Juice Shop - An intentionally insecure Javascript Web Application | ||
FROM node:6-alpine | ||
MAINTAINER Bjoern Kimminich <[email protected]> | ||
LABEL version = "4.1.1" | ||
LABEL version = "4.1.2" | ||
|
||
RUN apk update && apk add git | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# OWASP Juice Shop - An intentionally insecure Javascript Web Application | ||
FROM node:8-alpine | ||
MAINTAINER Bjoern Kimminich <[email protected]> | ||
LABEL version = "4.1.1" | ||
LABEL version = "4.1.2" | ||
|
||
RUN apk update && apk add git | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "juice-shop", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "An intentionally insecure Javascript Web Application", | ||
"homepage": "https://www.owasp.org/index.php/OWASP_Juice_Shop_Project", | ||
"author": "Björn Kimminich <[email protected]> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", | ||
|