File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cosign:
1313 identity : https://github.com/home-assistant/plugin-cli/.*
1414args :
1515 CLI_VERSION : 4.29.0
16- RLWRAP_VERSION : 0.45.2
16+ RLWRAP_VERSION : 0.46.1
1717labels :
1818 io.hass.type : cli
1919 org.opencontainers.image.title : Home Assistant CLI Plugin
You can’t perform that action at this time.
0 commit comments