diff --git a/Dockerfile b/Dockerfile index 84c4c2a..29886ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN echo "Getting Packages..." && \ curl coreutils util-linux \ libxml2-utils musl-utils \ openssl tidyhtml && \ - wget https://api.github.com/repos/chbrown/overdrive/zipball/refs/tags/2.4.0 -O overdrive.zip && \ + wget https://api.github.com/repos/chbrown/overdrive/zipball/refs/tags/2.4.1 -O overdrive.zip && \ unzip -d ./overdrive/ -j overdrive.zip && \ mv overdrive/overdrive.sh /usr/bin/overdrive && \ rm overdrive.zip && \ diff --git a/version.yaml b/version.yaml index fbe92e1..bdd1d49 100644 --- a/version.yaml +++ b/version.yaml @@ -1,4 +1,4 @@ -overdrive: 2.4.0 +overdrive: 2.4.1 alpine_version: '3.18' lsio_version: 5 docker_overdrive: 6