Skip to content
Snippets Groups Projects
Commit a359f6d8 authored by Bjoern Kimminich's avatar Bjoern Kimminich
Browse files

Bump to v8.0.0

parent 3d17bb13
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \ ...@@ -14,7 +14,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
org.label-schema.url="http://owasp-juice.shop" \ org.label-schema.url="http://owasp-juice.shop" \
org.label-schema.usage="http://help.owasp-juice.shop" \ org.label-schema.usage="http://help.owasp-juice.shop" \
org.label-schema.license="MIT" \ org.label-schema.license="MIT" \
org.label-schema.version="8.0.0-SNAPSHOT" \ org.label-schema.version="8.0.0" \
org.label-schema.docker.cmd="docker run --rm -p 3000:3000 bkimminich/juice-shop" \ org.label-schema.docker.cmd="docker run --rm -p 3000:3000 bkimminich/juice-shop" \
org.label-schema.docker.params="NODE_ENV=string name of the custom configuration,CTF_KEY=string key to hash challenges into CTF flag codes" \ org.label-schema.docker.params="NODE_ENV=string name of the custom configuration,CTF_KEY=string key to hash challenges into CTF flag codes" \
org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop.git" \ org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop.git" \
... ...
......
{ {
"name": "frontend", "name": "frontend",
"version": "8.0.0-SNAPSHOT", "version": "8.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
... ...
......
{ {
"name": "juice-shop", "name": "juice-shop",
"version": "8.0.0-SNAPSHOT", "version": "8.0.0",
"description": "An intentionally insecure JavaScript Web Application", "description": "An intentionally insecure JavaScript Web Application",
"homepage": "http://owasp-juice.shop", "homepage": "http://owasp-juice.shop",
"author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)", "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment