increase version number in docker image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Ivan Schaller 2021-12-24 17:47:14 +01:00
parent 3ef42ee537
commit 465ae71464
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Ivan Schaller"
# manga-dlp version
ARG MDLP_VERSION=1.0.0
ARG MDLP_VERSION=1.0.1
# install packages
RUN \

View file

@ -7,7 +7,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="Ivan Schaller"
# manga-dlp version
ARG MDLP_VERSION=1.0.0
ARG MDLP_VERSION=1.0.1
# install packages
RUN \