Bump FlexGet to 2.21.24

This commit is contained in:
Winston Astrachan 2019-10-09 09:28:39 -04:00
parent 31feda5ee7
commit 715703ef00

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.21.22" ARG FLEXGET_VERSION="2.21.24"
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