From 5b0413be3e8ff16ee8f1e044014762bc68c59a9c Mon Sep 17 00:00:00 2001 From: Anton Kadinov Date: Tue, 2 Jul 2024 09:23:19 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 8 +++++++- Dockerfile | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea8093..47107a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +### Changed + +- Bump pylint to 3.2.2 +- Bump Python to 3.12.4 +- Bump Alpine to 3.20 + ## [1.2.0] - 2024-06-03 ## Changed @@ -54,4 +60,4 @@ _First release_ [1.1.0]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/ReasonSoftware/action-pylint/compare/v1.0.0...v1.0.1 -[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0 \ No newline at end of file +[1.0.0]: https://github.com/ReasonSoftware/action-pylint/releases/tag/v1.0.0 diff --git a/Dockerfile b/Dockerfile index 52184b1..87f0630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine3.19 +FROM python:3.12.4-alpine3.20 WORKDIR /