Skip to content

Commit 0d537ff

Browse files
authored
Upgrade to Debian 12.7 (#445)
Regular security support has ended for Debian 11. See: https://www.debian.org/News/2024/20240814 Signed-off-by: Wouter Born <[email protected]>
1 parent 1521faf commit 0d537ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The openHAB Docker images are available in the [openhab/openhab](https://hub.doc
7777

7878
**Distributions:**
7979

80-
* `debian` for Debian 11 "bullseye" (default when not specified in tag) ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/debian/Dockerfile))
80+
* `debian` for Debian 12 "bookworm" (default when not specified in tag) ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/debian/Dockerfile))
8181
* `alpine` for Alpine 3.20 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile))
8282

8383
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).

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11.9-slim
1+
FROM debian:12.7-slim
22

33
ARG BUILD_DATE
44
ARG VCS_REF

0 commit comments

Comments
 (0)