Skip to content

Commit 93f37fd

Browse files
authored
1 parent b08f918 commit 93f37fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

8181
* `debian` for Debian 13 "trixie" (default when not specified in tag) ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/debian/Dockerfile))
82-
* `alpine` for Alpine 3.22 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile))
82+
* `alpine` for Alpine 3.23 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile))
8383

8484
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).
8585
Older container images may use older versions of the Debian and Alpine base images.

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22
1+
FROM alpine:3.23
22

33
ARG BUILD_DATE
44
ARG VCS_REF

0 commit comments

Comments
 (0)