Skip to content

Commit

Permalink
Update docker image to alpine 3.18 and Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 28, 2024
1 parent be21270 commit c8d9118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit c8d9118

Please sign in to comment.