Upgrade base images (#420)
* Alpine to 3.18 * Debian to 11.7 Signed-off-by: Wouter Born <github@maindrain.net>pull/422/head
parent
ed41c7d123
commit
d2689ef008
|
@ -80,7 +80,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.17 ([Dockerfile](https://github.com/openhab/openhab-docker/blob/main/alpine/Dockerfile))
|
||||
* `alpine` for Alpine 3.18 ([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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.17
|
||||
FROM alpine:3.18
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:11.6-slim
|
||||
FROM debian:11.7-slim
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
|
Loading…
Reference in New Issue