Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Release 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Feb 1, 2021
1 parent 87b87a2 commit 6139c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY requirements.txt /clrkio/requirements.txt
RUN /sbin/apk add --no-cache libpq
RUN /usr/local/bin/pip install --no-cache-dir --requirement /clrkio/requirements.txt

ENV APP_VERSION="2020.4" \
ENV APP_VERSION="2021.1" \
PYTHONUNBUFFERED="1" \
TZ="Etc/UTC"

Expand Down

0 comments on commit 6139c36

Please sign in to comment.