mirror of
https://github.com/linuxserver/docker-flexget.git
synced 2026-06-03 09:57:36 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a7206c6ff | ||
|
|
d5f4bfee00 | ||
|
|
5eb0e6290e | ||
|
|
ddd36657e1 | ||
|
|
fdd929380d |
+1
-1
@@ -5,7 +5,7 @@ FROM ghcr.io/by275/libtorrent:2-alpine3.18 as libtorrent
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
|
||||
|
||||
# set version label
|
||||
ARG UNRAR_VERSION=6.2.8
|
||||
ARG UNRAR_VERSION=6.2.10
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG FLEXGET_VERSION
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ FROM ghcr.io/by275/libtorrent:2-alpine3.18 as libtorrent
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
|
||||
|
||||
# set version label
|
||||
ARG UNRAR_VERSION=6.2.8
|
||||
ARG UNRAR_VERSION=6.2.10
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
ARG FLEXGET_VERSION
|
||||
|
||||
@@ -247,4 +247,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **10.08.23:** - Bump unrar to 6.2.10.
|
||||
* **03.07.23:** - Initial Release.
|
||||
|
||||
@@ -8,7 +8,7 @@ Flask-Compress 1.13 python
|
||||
Flask-Cors 3.0.10 python
|
||||
Flask-Login 0.6.2 python
|
||||
Flask-RESTful 0.3.9 python
|
||||
FlexGet 3.8.2 python
|
||||
FlexGet 3.8.4 python
|
||||
Jinja2 3.1.2 python
|
||||
MarkupSafe 2.1.1 python
|
||||
PyRSS2Gen 1.1 python
|
||||
|
||||
@@ -57,4 +57,5 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
|
||||
- { date: "03.07.23:", desc: "Initial Release." }
|
||||
|
||||
Reference in New Issue
Block a user