From 5816ca7741aef9269c9a62008ad1051c99b2f25e Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Mon, 24 Jun 2024 22:09:19 +0200 Subject: [PATCH] Upgrade to Alpine 3.20 (#442) See: * https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0 * https://alpinelinux.org/posts/Alpine-3.20.0-released.html * https://alpinelinux.org/posts/Alpine-3.20.1-released.html Signed-off-by: Wouter Born --- README.md | 2 +- alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aefe945..a08004f2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,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)) -* `alpine` for Alpine 3.19 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/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). Older container images may use older versions of the Debian and Alpine base images. diff --git a/alpine/Dockerfile b/alpine/Dockerfile index ab7b8ea2..17080f99 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 ARG BUILD_DATE ARG VCS_REF