Update README.md

This commit is contained in:
2023-12-17 13:53:07 +01:00
parent 6ef9a8012e
commit a36ae5174d
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ ENV ACCESS_KEY=""
ENV SECRET_KEY="" ENV SECRET_KEY=""
ENV S3_ENDPOINT=https://s3.amazonaws.com ENV S3_ENDPOINT=https://s3.amazonaws.com
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ENV VERSION="1.0"
RUN apt-get update -qq RUN apt-get update -qq
RUN apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support -y RUN apt-get install build-essential libcurl4-openssl-dev libxml2-dev mime-support -y

View File

@@ -18,7 +18,7 @@ usage_info()
} }
version_info() version_info()
{ {
echo "Version: 1.0" echo "Version: $VERSION"
exit 0 exit 0
} }
usage() usage()