Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
OttPeterR committed Jul 29, 2023
1 parent 1240c01 commit 8614583
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.6
# 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
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.6
amd64: ghcr.io/hassio-addons/base:14.0.6
armhf: ghcr.io/hassio-addons/base:14.0.6
armv7: ghcr.io/hassio-addons/base:14.0.6
i386: ghcr.io/hassio-addons/base:14.0.6

0 comments on commit 8614583

Please sign in to comment.