Skip to content

Commit e4c648e

Browse files
committed
chore: update dockerfile to use python 3.10-slim
1 parent a85c6b1 commit e4c648e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.20.4] - 2025-03-05
13+
### Modified
14+
- Updated Dockerfile to use Python 3.10-slim
15+
1216
## [1.20.3] - 2025-03-03
1317
### Fixed
1418
- Fixed cli.py typo
@@ -471,4 +475,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
471475
[1.20.0]: https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
472476
[1.20.1]: https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1
473477
[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

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM python:3.10-slim-buster AS base
1+
FROM --platform=$BUILDPLATFORM python:3.10-slim AS base
22

33
LABEL maintainer="SCANOSS <[email protected]>"
44
LABEL org.opencontainers.image.source=https://github.com/scanoss/scanoss.py

Diff for: src/scanoss/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.20.3'
25+
__version__ = '1.20.4'

0 commit comments

Comments
 (0)