From b1d3103322a8e994926342718a5f04f1db776c86 Mon Sep 17 00:00:00 2001 From: Joseph Lewis III Date: Tue, 9 Jul 2024 11:11:04 -0700 Subject: [PATCH] Updated Dockerfile base image --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f1c72..95841b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- Upgrade Docker image to use python:3.12-slim-bookworm + ## [1.0.3] - 2024-07-08 ### Changed diff --git a/Dockerfile b/Dockerfile index fd417e7..980c523 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bookworm +FROM python:3.12-slim-bookworm LABEL org.opencontainers.image.source https://github.com/openzim/_python-bootstrap # Install necessary packages