Bump FlexGet to 2.21.14

This commit is contained in:
Winston Astrachan 2019-07-23 11:16:00 -04:00 committed by GitHub
parent d88db6d1bb
commit 3140a3c326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.27"
ARG FLEXGET_VERSION="2.21.14"
RUN addgroup -g 101 -S flexget && \
adduser -u 100 -S -G flexget flexget