Skip to content

Commit

Permalink
Upgrade to Alpine 3.20 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn authored Jun 24, 2024
1 parent 55f01d6 commit 5816ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit 5816ca7

Please sign in to comment.