From c8d91181ae64976009e3ffbee3bb839f7f0413a7 Mon Sep 17 00:00:00 2001 From: Andrew Cockburn Date: Sun, 28 Jan 2024 13:53:41 +0000 Subject: [PATCH] Update docker image to alpine 3.18 and Python 3.11 --- Dockerfile | 2 +- docs/HISTORY.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdec46cb4..46d486479 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # When changing this, make sure that the python major and minor version matches that provided by alpine's python3 # package (see https://pkgs.alpinelinux.org/packages), otherwise alpine py3-* packages won't work -ARG PYTHON_RELEASE=3.10 ALPINE_VERSION=3.17 +ARG PYTHON_RELEASE=3.11 ALPINE_VERSION=3.18 ARG BASE_IMAGE=python:${PYTHON_RELEASE}-alpine${ALPINE_VERSION} # Image for building dependencies (on architectures that don't provide a ready-made Python wheel) FROM ${BASE_IMAGE} as builder diff --git a/docs/HISTORY.md b/docs/HISTORY.md index b1e2bdedb..180b48145 100644 --- a/docs/HISTORY.md +++ b/docs/HISTORY.md @@ -4,7 +4,8 @@ **Features** -- Added Pirateweather widget - contributed by ]Dave Dixon](https://github.com/DaveDixon) +- Added Pirateweather widget - contributed by [Dave Dixon](https://github.com/DaveDixon) +- Updated docker image to use Alpine 3.18 and Python 3.11 **Fixes**