Skip to content

Commit

Permalink
Bump to v4.2.0
Browse files Browse the repository at this point in the history
(resolves #33)
  • Loading branch information
bkimminich committed May 14, 2018
1 parent 64fd67e commit 24f42a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
org.label-schema.url="http://owasp-juice.shop" \
org.label-schema.usage="http://help.owasp-juice.shop/part1/ctf.html" \
org.label-schema.license="MIT" \
org.label-schema.version="4.1.1" \
org.label-schema.version="4.2.0" \
org.label-schema.docker.cmd="docker run -ti --rm -v $(pwd):/data bkimminich/juice-shop-ctf" \
org.label-schema.docker.params="config=string name of configuration file,output=string name of generated output file" \
org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop-ctf.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-ctf-cli",
"version": "4.1.1",
"version": "4.2.0",
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop",
"author": "Bjoern Kimminich <[email protected]> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",
"contributors": [
Expand Down

0 comments on commit 24f42a6

Please sign in to comment.