Skip to content

Commit

Permalink
2.1.2 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttPeterR authored Oct 16, 2023
1 parent eb1361e commit 64f6fd5
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.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.2.2
# 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.1.1.tar.gz" && \
"https://github.com/babybuddy/babybuddy/archive/refs/tags/v2.1.2.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.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
aarch64: ghcr.io/hassio-addons/base:14.2.2
amd64: ghcr.io/hassio-addons/base:14.2.2
armhf: ghcr.io/hassio-addons/base:14.2.2
armv7: ghcr.io/hassio-addons/base:14.2.2
i386: ghcr.io/hassio-addons/base:14.2.2
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.1.1
version: 2.1.2
homeassistant: 2023.6.2
slug: baby_buddy
image: "ottpeterr/image-{arch}-babybuddy"
Expand Down

0 comments on commit 64f6fd5

Please sign in to comment.