Skip to content

Commit f8248e0

Browse files
gtronsetgithub-actions[bot]
authored andcommitted
Auto-update Overdrive
1 parent 9052169 commit f8248e0

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
@@ -5,7 +5,7 @@ RUN echo "Getting Packages..." && \
55
curl coreutils util-linux \
66
libxml2-utils musl-utils \
77
openssl tidyhtml && \
8-
wget https://api.github.com/repos/chbrown/overdrive/zipball/refs/tags/2.4.0 -O overdrive.zip && \
8+
wget https://api.github.com/repos/chbrown/overdrive/zipball/refs/tags/2.4.1 -O overdrive.zip && \
99
unzip -d ./overdrive/ -j overdrive.zip && \
1010
mv overdrive/overdrive.sh /usr/bin/overdrive && \
1111
rm overdrive.zip && \

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
overdrive: 2.4.0
1+
overdrive: 2.4.1
22
alpine_version: '3.18'
33
lsio_version: 5
44
docker_overdrive: 6

0 commit comments

Comments
 (0)