diff --git a/Dockerfile b/Dockerfile index ae350be..89f3620 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN apk -U upgrade \ ### Build Production -FROM python:alpine +FROM python:${PYTHON_VERSION}-alpine LABEL maintainer="Thien Tran contact@tommytran.io"