diff --git a/Dockerfile b/Dockerfile index 6d21f7ff9f..d4c641d7a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # See https://aboutcode.org for more information about nexB OSS projects. # -FROM --platform=linux/amd64 python:3.12.7-slim-bookworm +FROM --platform=linux/amd64 python:3.12-slim-bookworm # Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately) ENV PYTHONUNBUFFERED 1 diff --git a/etc/ci/azure-posix-docker.yml b/etc/ci/azure-posix-docker.yml index 4122bf0cad..fff40a2ba7 100644 --- a/etc/ci/azure-posix-docker.yml +++ b/etc/ci/azure-posix-docker.yml @@ -31,3 +31,4 @@ jobs: - script: | docker run scancode --help + displayName: 'Run scancode --help'