Skip to content

Commit

Permalink
2.0.4 (#52)
Browse files Browse the repository at this point in the history
* version bumps

* bumping to 14.0.7

* bump to 2.0.4

---------

Co-authored-by: OttPeterR <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
OttPeterR and OttPeterR authored Jul 30, 2023
1 parent 1240c01 commit 7ecfd12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.0.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.7
# 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.3.tar.gz" && \
"https://github.com/babybuddy/babybuddy/archive/refs/tags/v2.0.4.tar.gz" && \
mkdir -p /app/babybuddy && \
tar xf \
/tmp/babybuddy.tar.gz -C \
Expand Down Expand Up @@ -94,4 +94,4 @@ LABEL \
io.hass.description="${BUILD_DESCRIPTION}" \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION}
io.hass.version=${BUILD_VERSION}
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.0.5
amd64: ghcr.io/hassio-addons/base:14.0.5
armhf: ghcr.io/hassio-addons/base:14.0.5
armv7: ghcr.io/hassio-addons/base:14.0.5
i386: ghcr.io/hassio-addons/base:14.0.5
aarch64: ghcr.io/hassio-addons/base:14.0.7
amd64: ghcr.io/hassio-addons/base:14.0.7
armhf: ghcr.io/hassio-addons/base:14.0.7
armv7: ghcr.io/hassio-addons/base:14.0.7
i386: ghcr.io/hassio-addons/base:14.0.7
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.2
version: 2.0.4
homeassistant: 2023.6.2
slug: baby_buddy
image: "ottpeterr/image-{arch}-babybuddy"
Expand Down

0 comments on commit 7ecfd12

Please sign in to comment.