Merge branch 'master' of github.com:wastrachan/docker-flexget

* 'master' of github.com:wastrachan/docker-flexget:
  Bump FlexGet to 2.21.22
  Bump FlexGet to 2.21.14
  Bump FlexGet to 2.20.27
  Bump FlexGet to 2.20.25
  Bump FlexGet to 2.20.17
This commit is contained in:
Winston Astrachan 2019-10-09 09:27:49 -04:00
commit 31feda5ee7

View File

@ -2,7 +2,7 @@ FROM python:3-alpine
LABEL maintainer="Winston Astrachan"
LABEL description="FlexGet on Alpine Linux"
ARG FLEXGET_VERSION="2.20.15"
ARG FLEXGET_VERSION="2.21.22"
RUN addgroup -g 101 -S flexget && \
adduser -u 100 -S -G flexget flexget