Skip to content

Commit

Permalink
BB v2.1.1 (#58)
Browse files Browse the repository at this point in the history
* HA base to 4.2.1 and BB to 2.1.1
  • Loading branch information
OttPeterR authored Oct 9, 2023
1 parent ae1ef81 commit 01f17e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions babybuddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.1.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -11,7 +11,7 @@ RUN \
echo "**** downloading babybuddy ****" && \
curl -o \
/tmp/babybuddy.tar.gz -L \
"https://github.com/babybuddy/babybuddy/archive/refs/tags/v2.0.4.tar.gz" && \
"https://github.com/babybuddy/babybuddy/archive/refs/tags/v2.1.1.tar.gz" && \
mkdir -p /app/babybuddy && \
tar xf \
/tmp/babybuddy.tar.gz -C \
Expand Down
10 changes: 5 additions & 5 deletions babybuddy/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:14.1.1
amd64: ghcr.io/hassio-addons/base:14.1.1
armhf: ghcr.io/hassio-addons/base:14.1.1
armv7: ghcr.io/hassio-addons/base:14.1.1
i386: ghcr.io/hassio-addons/base:14.1.1
aarch64: ghcr.io/hassio-addons/base:14.2.1
amd64: ghcr.io/hassio-addons/base:14.2.1
armhf: ghcr.io/hassio-addons/base:14.2.1
armv7: ghcr.io/hassio-addons/base:14.2.1
i386: ghcr.io/hassio-addons/base:14.2.1
2 changes: 1 addition & 1 deletion babybuddy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Baby Buddy
version: 2.0.4.1
version: 2.1.1
homeassistant: 2023.6.2
slug: baby_buddy
image: "ottpeterr/image-{arch}-babybuddy"
Expand Down

0 comments on commit 01f17e4

Please sign in to comment.