Bump FlexGet to 2.20.25

This commit is contained in:
Winston Astrachan 2019-05-05 19:38:27 -04:00 committed by GitHub
parent 016414efac
commit 6f6888d543
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 maintainer="Winston Astrachan"
LABEL description="FlexGet on Alpine Linux" LABEL description="FlexGet on Alpine Linux"
ARG FLEXGET_VERSION="2.20.17" ARG FLEXGET_VERSION="2.20.25"
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