Skip to content

Commit

Permalink
Merge pull request #15 from mdegat01/update-base-image
Browse files Browse the repository at this point in the history
Update base image to 9.1.5
  • Loading branch information
mdegat01 authored Mar 28, 2021
2 parents ca7c6fb + 5741113 commit cf95c1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BUILD_FROM
# https://github.com/hassio-addons/addon-base/releases
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.5

# hadolint ignore=DL3006
FROM $BUILD_FROM
Expand Down
6 changes: 3 additions & 3 deletions loki/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.3",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.3",
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.3"
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5",
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5"
}
}

0 comments on commit cf95c1a

Please sign in to comment.