We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5b1b1 commit 2fb0599Copy full SHA for 2fb0599
Dockerfile
@@ -7,7 +7,7 @@
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
#
9
10
-FROM --platform=linux/amd64 python:3.12.7-slim-bookworm
+FROM --platform=linux/amd64 python:3.12-slim-bookworm
11
12
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
13
ENV PYTHONUNBUFFERED 1
etc/ci/azure-posix-docker.yml
@@ -31,3 +31,4 @@ jobs:
31
32
- script: |
33
docker run scancode --help
34
+ displayName: 'Run scancode --help'
0 commit comments