Browse Source

upgrade alpine base image from v3.19.8 to v3.22.1

Fabian Peter Hammerle 1 month ago
parent
commit
db3e58e8c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Dockerfile

+ 1 - 1
CHANGELOG.md

@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   (bluepy-helper replaced with bleak)
 - replaced [paho-mqtt](https://github.com/eclipse/paho.mqtt.python)
   with its async wrapper [aiomqtt](https://github.com/sbtinstruments/aiomqtt)
-- container image: upgraded alpine base image from v3.13.1 to v3.19.8
+- container image: upgraded alpine base image from v3.13.1 to v3.22.1
 
 ### Removed
 - command-line option `--mqtt-enable-tls` (TLS now enabled by default)

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 
 # not using python:3.*-alpine cause glib-dev package depends on python3
 # https://pkgs.alpinelinux.org/package/v3.18/main/aarch64/glib-dev
-ARG BASE_IMAGE=docker.io/alpine:3.19.8
+ARG BASE_IMAGE=docker.io/alpine:3.22.1
 ARG SOURCE_DIR_PATH=/switchbot-mqtt