Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Carter committed Jan 31, 2024
1 parent 4060651 commit b11bcc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion babybuddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base \
# curl \
curl
# jpeg-dev \
# libffi-dev \
# libxml2-dev \
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:15.0.5
amd64: ghcr.io/hassio-addons/base:15.0.5
armhf: ghcr.io/hassio-addons/base:15.0.5
armv7: ghcr.io/hassio-addons/base:15.0.5
i386: ghcr.io/hassio-addons/base:15.0.5
aarch64: ghcr.io/hassio-addons/base:stable
amd64: ghcr.io/hassio-addons/base:stable
armhf: ghcr.io/hassio-addons/base:stable
armv7: ghcr.io/hassio-addons/base:stable
i386: ghcr.io/hassio-addons/base:stable

0 comments on commit b11bcc6

Please sign in to comment.