Bump FlexGet version to 2.20.12

This commit is contained in:
Winston Astrachan 2019-03-16 21:05:45 -04:00
parent 289422714a
commit 9e7871cbd0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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