Skip to content

Commit ba4586f

Browse files
committed
Bump to v11.0.0
(due to removed Node.js 16 support)
1 parent 6aaf1cd commit ba4586f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
1616
org.opencontainers.image.vendor="Open Web Application Security Project" \
1717
org.opencontainers.image.documentation="https://help.owasp-juice.shop/part1/ctf.html" \
1818
org.opencontainers.image.licenses="MIT" \
19-
org.opencontainers.image.version="10.1.0" \
19+
org.opencontainers.image.version="11.0.0" \
2020
org.opencontainers.image.url="https://owasp-juice.shop" \
2121
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop-ctf.git" \
2222
org.opencontainers.image.revision=$VCS_REF \

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice-shop-ctf-cli",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop",
55
"keywords": [
66
"web security",

0 commit comments

Comments
 (0)