We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python:3.11-slim-bullseye
1 parent ae97072 commit fcbd32bCopy full SHA for fcbd32b
CHANGES.rst
@@ -6,6 +6,8 @@ mqttwarn changelog
6
in progress
7
===========
8
9
+- Modernize Docker configuration, now using Debian bullseye and Python 3.11.
10
+
11
12
2022-11-21 0.31.0
13
=================
Dockerfile
@@ -5,7 +5,7 @@
5
#
# docker build --tag=mqttwarn-local .
-FROM python:3.9-slim-buster
+FROM python:3.11-slim-bullseye
# Create /etc/mqttwarn
RUN mkdir -p /etc/mqttwarn
Dockerfile.full
# docker build --tag=mqttwarn-local-full --file=Dockerfile.full .
# Install additional requirements
# FIXME: Skip all packages needing compilation
0 commit comments