Skip to content

Commit

Permalink
Add missing WASPY product image
Browse files Browse the repository at this point in the history
(Hot-Hotfix Release!)
  • Loading branch information
bkimminich committed Jun 29, 2017
1 parent bb6b0a5 commit 44e3f90
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ app/public/images/products/*.*
!app/public/images/products/white_raffards.jpg
!app/public/images/products/woodruff_syrup.jpg
!app/public/images/products/3d_keychain.jpg
!app/public/images/products/waspy.png
!app/public/images/products/thingie1.jpg
!app/public/images/products/Wooden-crutch.jpg
!app/public/images/products/JuiceShop.stl
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
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

Expand Down
Binary file added app/public/images/products/waspy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "juice-shop",
"description": "An intentionally insecure Javascript Web Application",
"version": "4.1.1",
"version": "4.1.2",
"private": true,
"dependencies": {
"angular": "~1.5",
Expand Down
2 changes: 1 addition & 1 deletion node4.df
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

Expand Down
2 changes: 1 addition & 1 deletion node6.df
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

Expand Down
2 changes: 1 addition & 1 deletion node8.df
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

Expand Down
2 changes: 1 addition & 1 deletion package.json
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)",
Expand Down

0 comments on commit 44e3f90

Please sign in to comment.