Skip to content

Commit 95aae6b

Browse files
authored
Update rlwrap to 0.46.1 to fix partially repeated input (#128)
1 parent 456ba28 commit 95aae6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \
1313
build-base \
1414
readline-dev \
1515
ncurses-dev \
16-
&& curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/v${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \
16+
&& curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \
1717
| tar zxvf - -C /usr/src/ \
1818
&& cd rlwrap-${RLWRAP_VERSION} \
1919
&& ./configure \

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cosign:
1313
identity: https://github.com/home-assistant/plugin-cli/.*
1414
args:
1515
CLI_VERSION: 4.29.0
16-
RLWRAP_VERSION: 0.45.2
16+
RLWRAP_VERSION: 0.46.1
1717
labels:
1818
io.hass.type: cli
1919
org.opencontainers.image.title: Home Assistant CLI Plugin

0 commit comments

Comments
 (0)