Skip to content

Commit e8e2d7b

Browse files
committed
Change to use python 3.6.3 in dockerfiles for example projects
1 parent d264e4a commit e8e2d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/yoti_example_django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3
1+
FROM python:3.6.3
22
ARG YOTI_APPLICATION_ID
33
ARG YOTI_CLIENT_SDK_ID
44
ARG YOTI_KEY_FILE_PATH

examples/yoti_example_flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3
1+
FROM python:3.6.3
22
ARG YOTI_APPLICATION_ID
33
ARG YOTI_CLIENT_SDK_ID
44
ARG YOTI_KEY_FILE_PATH

0 commit comments

Comments
 (0)