Upgrade to Alpine 3.15.0 (#372)

Signed-off-by: Wouter Born <github@maindrain.net>
pull/375/head
Wouter Born 2021-12-16 22:09:10 +01:00 committed by GitHub
parent 1e81933cbc
commit 70317748bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ Comments, suggestions and contributions are welcome!
**Distributions:** **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 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). 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. Older container images may use older versions of the Debian and Alpine base images.

View File

@ -1,4 +1,4 @@
FROM alpine:3.14.3 FROM alpine:3.15.0
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF