Commit 6d6d939
committed
OC-26097: kpi-docker-eks (form-designer) Jenkins Job is failing to build KPI image
- As KPI Dockerfile is using python base image with version 3.10. It always pull the latest patch version of python 3.10. The last successfull kpi build was with python version 3.10.18. After python:3.10 image gets updated with python version 3.10.19 (see: PR docker-library/python#1088) , kpi build starts failing. Thus explicity adding python version 3.10.18 to make build successfull.1 parent 4089dfb commit 6d6d939
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments