Skip to content

Commit

Permalink
Merge pull request #151 from mdegat01/bump-hassio-addons-base-11.1.2
Browse files Browse the repository at this point in the history
Bump hassio-addons/base to `11.1.2`
  • Loading branch information
mdegat01 authored Apr 26, 2022
2 parents a229f1b + c265fe0 commit a945c7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions loki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ RUN set -eux; \


# https://github.com/hassio-addons/addon-base/releases
FROM ${BUILD_FROM}:11.0.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

# add Nginx
RUN set -eux; \
apk update; \
apk add --no-cache \
ca-certificates=20191127-r7 \
ca-certificates=20211220-r0 \
nginx=1.20.2-r0 \
; \
update-ca-certificates; \
Expand Down
8 changes: 4 additions & 4 deletions loki/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
build_from:
amd64: ghcr.io/hassio-addons/base/amd64
armhf: ghcr.io/hassio-addons/base/armhf
armv7: ghcr.io/hassio-addons/base/armv7
aarch64: ghcr.io/hassio-addons/base/aarch64
amd64: ghcr.io/hassio-addons/base/amd64:11.1.2
armhf: ghcr.io/hassio-addons/base/armhf:11.1.2
armv7: ghcr.io/hassio-addons/base/armv7:11.1.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.2

0 comments on commit a945c7f

Please sign in to comment.