We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa1a9a + b1d3103 commit 8d27e9cCopy full SHA for 8d27e9c
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+
10
+### Changed
11
12
+- Upgrade Docker image to use python:3.12-slim-bookworm
13
14
## [1.0.3] - 2024-07-08
15
16
### Changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim-bookworm
+FROM python:3.12-slim-bookworm
2
LABEL org.opencontainers.image.source https://github.com/openzim/_python-bootstrap
3
4
# Install necessary packages
0 commit comments