Skip to content

Commit

Permalink
container image: upgrade alpine base image from v3.13.1 to v3.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Nov 1, 2023
1 parent 9952b2b commit da2214b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- declare compatibility with `python3.11`

### Changed
- container image: upgraded alpine base image from v3.13.1 to v3.18.5

### Removed
- compatibility with `python3.7`

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# sync with https://github.com/fphammerle/systemctl-mqtt/blob/master/Dockerfile

# not using python:3.*-alpine cause glib-dev package depends on python3
# https://pkgs.alpinelinux.org/package/v3.11/main/aarch64/glib-dev
ARG BASE_IMAGE=docker.io/alpine:3.13.1
# https://pkgs.alpinelinux.org/package/v3.18/main/aarch64/glib-dev
ARG BASE_IMAGE=docker.io/alpine:3.18.5
ARG SOURCE_DIR_PATH=/switchbot-mqtt


Expand Down

0 comments on commit da2214b

Please sign in to comment.