From 9e7871cbd09d849539595cf558a4407de90a5358 Mon Sep 17 00:00:00 2001 From: Winston Astrachan Date: Sat, 16 Mar 2019 21:05:45 -0400 Subject: [PATCH] Bump FlexGet version to 2.20.12 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43aad18..cd81bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3-alpine LABEL maintainer="Winston Astrachan" LABEL description="FlexGet on Alpine Linux" -ARG FLEXGET_VERSION="2.20.11" +ARG FLEXGET_VERSION="2.20.12" RUN addgroup -g 101 -S flexget && \ adduser -u 100 -S -G flexget flexget diff --git a/README.md b/README.md index 5a3a596..88b40f2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The main config file for FlexGet is `config.yml`, and will be created automatica #### 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 Volume | Description