Skip to content

Commit

Permalink
chore(docker): Upgrade ScanCode to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 13, 2023
1 parent cb68cb0 commit 16ff51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PYTHON_VERSION=3.11.5
RUBY_VERSION=3.1.2
RUST_VERSION=1.72.0
SBT_VERSION=1.6.1
SCANCODE_VERSION=32.0.6
SCANCODE_VERSION=32.0.8
SWIFT_VERSION=5.8.1
UBUNTU_VERSION=jammy
YARN_VERSION=1.22.17
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ARG PYTHON_INSPECTOR_VERSION=0.10.0
ARG PYTHON_PIPENV_VERSION=2022.9.24
ARG PYTHON_POETRY_VERSION=1.6.1
ARG PIPTOOL_VERSION=22.2.2
ARG SCANCODE_VERSION=32.0.6
ARG SCANCODE_VERSION=32.0.8

RUN pip install --no-cache-dir -U \
pip=="$PIPTOOL_VERSION" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARG NUGET_INSPECTOR_VERSION=0.9.12
ARG PYTHON_INSPECTOR_VERSION="0.10.0"

# Set this to the ScanCode version to use.
ARG SCANCODE_VERSION="32.0.6"
ARG SCANCODE_VERSION="32.0.8"

FROM eclipse-temurin:$JAVA_VERSION-jdk-jammy AS build

Expand Down

0 comments on commit 16ff51f

Please sign in to comment.