Skip to content

Commit fcbd32b

Browse files
committed
Docker: Use more recent baseline image python:3.11-slim-bullseye
1 parent ae97072 commit fcbd32b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ mqttwarn changelog
66
in progress
77
===========
88

9+
- Modernize Docker configuration, now using Debian bullseye and Python 3.11.
10+
911

1012
2022-11-21 0.31.0
1113
=================

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# docker build --tag=mqttwarn-local .
77
#
8-
FROM python:3.9-slim-buster
8+
FROM python:3.11-slim-bullseye
99

1010
# Create /etc/mqttwarn
1111
RUN mkdir -p /etc/mqttwarn

Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# docker build --tag=mqttwarn-local-full --file=Dockerfile.full .
77
#
8-
FROM python:3.9-slim-buster
8+
FROM python:3.11-slim-bullseye
99

1010
# Install additional requirements
1111
# FIXME: Skip all packages needing compilation

0 commit comments

Comments
 (0)