Skip to content

Commit

Permalink
Update Zap and Selenium chrome and firefox images
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed Dec 23, 2021
1 parent d06a5cc commit d458641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-emissary/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ networks:

services:
zap:
image: owasp/zap2docker-stable:2.10.0
image: owasp/zap2docker-stable:s2021-12-16 #2.11.1
networks:
compose_pt-net:
# Soft limit of 12 test sessions.
Expand Down
2 changes: 1 addition & 1 deletion app-emissary/log4j2.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zap2docker-stable:2.10.0
# https://www.zaproxy.org/faq/how-do-you-configure-zap-logging/
# With https://github.com/zaproxy/zaproxy/blob/develop/zap/src/main/resources/org/zaproxy/zap/resources/log4j.properties
# With https://github.com/zaproxy/zaproxy/blob/develop/zap/src/main/resources/org/zaproxy/zap/resources/log4j.properties No longer present in 2.11
# With https://github.com/zaproxy/zaproxy/blob/main/zap/src/main/resources/org/zaproxy/zap/resources/log4j2-home.properties
# https://docs.oracle.com/cd/E29578_01/webhelp/cas_webcrawler/src/cwcg_config_log4j_file.html

Expand Down
4 changes: 2 additions & 2 deletions selenium-standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
chrome:
# Use the 5900 port range if you want to VNC into the container and view the browser.
# https://github.com/SeleniumHQ/docker-selenium#debugging
image: selenium/standalone-chrome:91.0 # Published 27 May 2021
image: selenium/standalone-chrome:96.0 # Published 18 Dec 2021
networks:
compose_pt-net:
ports:
Expand All @@ -42,7 +42,7 @@ services:
firefox:
# Use the 5900 port range if you want to VNC into the container and view the browser.
# https://github.com/SeleniumHQ/docker-selenium#debugging
image: selenium/standalone-firefox:88.0 # Published 27 May 2021
image: selenium/standalone-firefox:95.0 # Published 18 Dec 2021
networks:
compose_pt-net:
ports:
Expand Down

0 comments on commit d458641

Please sign in to comment.