From 4d25778a5b1feb3e78099535c7150ec4fbc57110 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Fri, 4 Oct 2024 20:46:31 +0200 Subject: [PATCH] Upgrade to Debian 12.7 Regular security support has ended for Debian 11. See: https://www.debian.org/News/2024/20240814 Signed-off-by: Wouter Born --- README.md | 2 +- debian/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7792b6..a20039da 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The openHAB Docker images are available in the [openhab/openhab](https://hub.doc **Distributions:** -* `debian` for Debian 11 "bullseye" (default when not specified in tag) ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/debian/Dockerfile)) +* `debian` for Debian 12 "bookworm" (default when not specified in tag) ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/debian/Dockerfile)) * `alpine` for Alpine 3.20 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile)) The Alpine images are substantially smaller than the Debian images but may be less compatible because OpenJDK is used (see [Prerequisites](https://www.openhab.org/docs/installation/#prerequisites) for known disadvantages). diff --git a/debian/Dockerfile b/debian/Dockerfile index b0494562..c6ad0071 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.9-slim +FROM debian:12.7-slim ARG BUILD_DATE ARG VCS_REF