Update matrix to 1.22.1

This commit is contained in:
Girish Ramakrishnan
2020-10-30 13:59:21 -07:00
parent ee25574780
commit f40033ce42

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/pkg
WORKDIR /app/code WORKDIR /app/code
ARG VERSION=v1.22.0 ARG VERSION=v1.22.1
# https://pythonspeed.com/articles/activate-virtualenv-dockerfile/ # https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
RUN virtualenv -p python3 /app/code/env RUN virtualenv -p python3 /app/code/env