Skip to content

Commit

Permalink
⬆️ Update to alpine 3.20 and ympd 1.3.0-r12
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Sep 28, 2024
1 parent fe16036 commit cfb887a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ympd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_FROM
FROM $BUILD_FROM

RUN apk add --no-cache ympd=1.3.0-r10
RUN apk add --no-cache ympd=1.3.0-r12

ENTRYPOINT [ "/init" ]
CMD []
Expand Down
10 changes: 5 additions & 5 deletions ympd/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_from:
armhf: ghcr.io/home-assistant/armhf-base:3.16
armv7: ghcr.io/home-assistant/armv7-base:3.16
aarch64: ghcr.io/home-assistant/aarch64-base:3.16
amd64: ghcr.io/home-assistant/amd64-base:3.16
i386: ghcr.io/home-assistant/i386-base:3.16
armhf: ghcr.io/home-assistant/armhf-base:3.20
armv7: ghcr.io/home-assistant/armv7-base:3.20
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
i386: ghcr.io/home-assistant/i386-base:3.20

0 comments on commit cfb887a

Please sign in to comment.