1 parent 9052169 commit f8248e0Copy full SHA for f8248e0
2 files changed
Dockerfile
@@ -5,7 +5,7 @@ RUN echo "Getting Packages..." && \
5
curl coreutils util-linux \
6
libxml2-utils musl-utils \
7
openssl tidyhtml && \
8
- 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 && \
9
unzip -d ./overdrive/ -j overdrive.zip && \
10
mv overdrive/overdrive.sh /usr/bin/overdrive && \
11
rm overdrive.zip && \
version.yaml
@@ -1,4 +1,4 @@
1
-overdrive: 2.4.0
+overdrive: 2.4.1
2
alpine_version: '3.18'
3
lsio_version: 5
4
docker_overdrive: 6
0 commit comments