Skip to content

Commit ac46daa

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)