Skip to content

Commit

Permalink
deps(docker): Upgrade to the latest ScanCode version 32.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jan 9, 2025
1 parent bd8d087 commit 14bf529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workers/reporter/docker/Reporter.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
FROM python:3.11-slim AS scancode-license-data-build

# Keep in sync with Scanner.Dockerfile
ARG SCANCODE_VERSION=32.2.1
ARG SCANCODE_VERSION=32.3.1

RUN apt-get update && apt-get install -y curl libgomp1 && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion workers/scanner/docker/Scanner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
--home-dir $HOMEDIR \
--create-home $USERNAME

ARG SCANCODE_VERSION=32.2.1
ARG SCANCODE_VERSION=32.3.1

# Use pip to install ScanCode
RUN curl -Os https://raw.githubusercontent.com/nexB/scancode-toolkit/v$SCANCODE_VERSION/requirements.txt && \
Expand Down

0 comments on commit 14bf529

Please sign in to comment.