Skip to content

Commit

Permalink
Merge pull request #22 from skrashevich/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich authored Dec 23, 2023
2 parents dd57bc2 + 96802e7 commit 70b51d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion double-take-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [v1.13.11.9rc0](https://github.com/skrashevich/double-take/compare/v1.13.11.8...v1.13.11.9rc0)
## [v1.13.11.9rc1](https://github.com/skrashevich/double-take/compare/v1.13.11.8...v1.13.11.9rc1)

# v1.13.11.9

Expand Down
4 changes: 2 additions & 2 deletions double-take-beta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.4
ARG BUILD_FROM

FROM skrashevich/double-take:1.13.11.9rc0
FROM skrashevich/double-take:1.13.11.9rc1

ARG S6_OVERLAY_VERSION=3.1.6.0
ARG BUILD_ARCH=amd64
Expand Down Expand Up @@ -40,7 +40,7 @@ ADD --link rootfs /

ENV CONFIG_PATH=/data/options.json
LABEL \
io.hass.version="1.13.11.9rc0" \
io.hass.version="1.13.11.9rc1" \
io.hass.type="addon" \
io.hass.arch="aarch64|amd64|armv7"

Expand Down
2 changes: 1 addition & 1 deletion double-take-beta/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Double Take (Release Candidate)
version: 1.13.11.9rc0
version: 1.13.11.9rc1
image: ghcr.io/skrashevich/hassio-addon-double-take-beta-{arch}
url: https://double-take.site/redirect.php?location=github
panel_icon: mdi:face-recognition
Expand Down

0 comments on commit 70b51d5

Please sign in to comment.