Abhishek Thakur commited on
Commit
208ef1d
·
1 Parent(s): 8dacb08
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.8.9
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
- TZ=Europe/Paris
5
 
6
  RUN pip install pip==22.3.1
7
 
 
1
  FROM python:3.8.9
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
+ TZ=UTC
5
 
6
  RUN pip install pip==22.3.1
7