Skip to content

Commit 2fb0599

Browse files
committed
Add displayName to step #3955
* Do not be as specific in Python version in Dockerfile Signed-off-by: Jono Yang <[email protected]>
1 parent 3f5b1b1 commit 2fb0599

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
FROM --platform=linux/amd64 python:3.12.7-slim-bookworm
10+
FROM --platform=linux/amd64 python:3.12-slim-bookworm
1111

1212
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
1313
ENV PYTHONUNBUFFERED 1

etc/ci/azure-posix-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131

3232
- script: |
3333
docker run scancode --help
34+
displayName: 'Run scancode --help'

0 commit comments

Comments
 (0)