I have recently released version 0.37.0 of the GitHub Action for doing spelling checking of your documentation etc. for which I am the current maintainer.
- Docker base image bumped to Python 3.12.2
- and before I got around to getting that release out of the way, the Docker base image was bumped to Python 3.12.3
Since the release process requires a lot of steps I have implemented a basic Perl script to help me out. I used it for this release, but have since made some corrections, since I found a few minor issues when doing the release.
The goal is to get this into a GitHub Action, but just getting many of the steps automatically updated, does make it somewhat easier.
At the same time I am looking into issue #193. I find the documentation and advice in regard to publishing Docker images for varies architectures a bit messy and it seems a bit experimental so if anybody has any pointers in this regard, I am all ears.
Change Log
0.37.0, 2024-01-01, maintenance release, update not required
Docker image updated to Python 3.12.3 slim via PR #199 from Dependabot. Release notes for Python 3.12.3
Docker image updated to Python 3.12.2 slim via PR #197 from Dependabot. Release notes for Python 3.12.2
Top comments (0)