Bump FlexGet version to 2.20.12
This commit is contained in:
parent
289422714a
commit
9e7871cbd0
@ -2,7 +2,7 @@ FROM python:3-alpine
|
|||||||
LABEL maintainer="Winston Astrachan"
|
LABEL maintainer="Winston Astrachan"
|
||||||
LABEL description="FlexGet on Alpine Linux"
|
LABEL description="FlexGet on Alpine Linux"
|
||||||
|
|
||||||
ARG FLEXGET_VERSION="2.20.11"
|
ARG FLEXGET_VERSION="2.20.12"
|
||||||
|
|
||||||
RUN addgroup -g 101 -S flexget && \
|
RUN addgroup -g 101 -S flexget && \
|
||||||
adduser -u 100 -S -G flexget flexget
|
adduser -u 100 -S -G flexget flexget
|
||||||
|
|||||||
@ -71,7 +71,7 @@ The main config file for FlexGet is `config.yml`, and will be created automatica
|
|||||||
|
|
||||||
|
|
||||||
#### User / Group Identifiers
|
#### User / Group Identifiers
|
||||||
If you'd like to override the UID and GID of the `{{ program }}` process, you can do so with the environment variables `PUID` and `PGID`. This is helpful if other containers must access your configuration volume.
|
If you'd like to override the UID and GID of the `flexget` process, you can do so with the environment variables `PUID` and `PGID`. This is helpful if other containers must access your configuration volume.
|
||||||
|
|
||||||
#### Volumes
|
#### Volumes
|
||||||
Volume | Description
|
Volume | Description
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user