Skip to content

Commit

Permalink
Update Kangooroo version
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-shellyw committed Dec 17, 2024
1 parent 37425a3 commit 8480eb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ ARG branch=latest
FROM cccs/assemblyline-v4-service-base:$branch

ENV SERVICE_PATH=urldownloader.URLDownloader
ENV KANGOOROO_VERSION=v2.0.1.stable6
ENV KANGOOROO_VERSION=v2.0.1.stable7
USER root

RUN apt update -y && \
apt install -y wget default-jre unzip ffmpeg && \
apt install -y wget wget default-jre unzip ffmpeg && \
# Find out what is the latest version of the chrome-for-testing/chromedriver available
VERS=$(wget -q -O - https://googlechromelabs.github.io/chrome-for-testing/LATEST_RELEASE_STABLE) && \
# Download + Install google-chrome with the version matching the latest chromedriver
Expand Down
7 changes: 1 addition & 6 deletions kangooroo/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
<Root level="info">
<AppenderRef ref="Console" />
</Root>
<logger name="com.browserup.bup.BrowserUpProxyServer" level="OFF"/>
</Loggers>
<logger name="com.browserup.bup.BrowserUpProxyServer" level="OFF"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
</Configuration>
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
assemblyline-service-utilities
yaml
beautifulsoup4

0 comments on commit 8480eb0

Please sign in to comment.