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 ac46daaCopy full SHA for ac46daa
Dockerfile
@@ -5,7 +5,7 @@
5
#
6
# docker build --tag=mqttwarn-local .
7
8
-FROM python:3.9-slim-buster
+FROM python:3.11-slim-bullseye
9
10
# Create /etc/mqttwarn
11
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