From 70317748bce782923fea204cad150bc591109848 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Thu, 16 Dec 2021 22:09:10 +0100 Subject: [PATCH] Upgrade to Alpine 3.15.0 (#372) 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 066202b..5d2fde7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Comments, suggestions and contributions are welcome! **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.14 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile)) +* `alpine` for Alpine 3.15 ([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 2cb8573..a34c68e 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.14.3 +FROM alpine:3.15.0 ARG BUILD_DATE ARG VCS_REF