Skip to content

Commit

Permalink
Upgrade to Debian 12.7
Browse files Browse the repository at this point in the history
Regular security support has ended for Debian 11.

See: https://www.debian.org/News/2024/20240814

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Oct 4, 2024
1 parent 1521faf commit 4d25778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.9-slim
FROM debian:12.7-slim

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit 4d25778

Please sign in to comment.