File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Added
10
10
- Upcoming changes...
11
11
12
+ ## [ 1.20.4] - 2025-03-05
13
+ ### Modified
14
+ - Updated Dockerfile to use Python 3.10-slim
15
+
12
16
## [ 1.20.3] - 2025-03-03
13
17
### Fixed
14
18
- Fixed cli.py typo
@@ -471,4 +475,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
471
475
[ 1.20.0 ] : https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
472
476
[ 1.20.1 ] : https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1
473
477
[ 1.20.2 ] : https://github.com/scanoss/scanoss.py/compare/v1.20.1...v1.20.2
474
- [ 1.20.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.20.2...v1.20.3
478
+ [ 1.20.3 ] : https://github.com/scanoss/scanoss.py/compare/v1.20.2...v1.20.3
479
+ [ 1.20.4 ] : https://github.com/scanoss/scanoss.py/compare/v1.20.3...v1.20.4
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM python:3.10-slim-buster AS base
1
+ FROM --platform=$BUILDPLATFORM python:3.10-slim AS base
2
2
3
3
LABEL maintainer=
"SCANOSS <[email protected] >"
4
4
LABEL org.opencontainers.image.source=https://github.com/scanoss/scanoss.py
Original file line number Diff line number Diff line change 22
22
THE SOFTWARE.
23
23
"""
24
24
25
- __version__ = '1.20.3 '
25
+ __version__ = '1.20.4 '
You can’t perform that action at this time.
0 commit comments