diff --git a/Dockerfile b/Dockerfile
index 68b5b62..372f780 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \
         build-base \
         readline-dev \
         ncurses-dev \
-    && curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/v${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \
+    && curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \
         | tar zxvf - -C /usr/src/ \
     && cd rlwrap-${RLWRAP_VERSION} \
     && ./configure \
diff --git a/build.yaml b/build.yaml
index 0fdbbc7..d217355 100644
--- a/build.yaml
+++ b/build.yaml
@@ -13,7 +13,7 @@ cosign:
   identity: https://github.com/home-assistant/plugin-cli/.*
 args:
   CLI_VERSION: 4.29.0
-  RLWRAP_VERSION: 0.45.2
+  RLWRAP_VERSION: 0.46.1
 labels:
   io.hass.type: cli
   org.opencontainers.image.title: Home Assistant CLI Plugin