File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-39:9.5-1739799514 @sha256:9bbc4cfeac896544ab3eafa088c3d6995e82592362d374606f00d221f2986fe0 as prod
1
+ FROM registry.access.redhat.com/ubi9/python-39:9.5-1741674875 @sha256:6f89c966a1939d3fcd8919f1e823f1794721e68fb3b31388230529ff622eebef as prod
2
2
3
3
COPY LICENSE /licenses/LICENSE
4
4
USER 1001
@@ -14,7 +14,7 @@ RUN pip3 install --no-cache-dir . && \
14
14
15
15
ENTRYPOINT ["./entrypoint.sh" ]
16
16
17
- FROM registry.access.redhat.com/ubi9/python-39:9.5-1739799514 @sha256:9bbc4cfeac896544ab3eafa088c3d6995e82592362d374606f00d221f2986fe0 as test
17
+ FROM registry.access.redhat.com/ubi9/python-39:9.5-1741674875 @sha256:6f89c966a1939d3fcd8919f1e823f1794721e68fb3b31388230529ff622eebef as test
18
18
19
19
USER root
20
20
COPY LICENSE /licenses/LICENSE
Original file line number Diff line number Diff line change 33
33
'openapi-schema-validator ~=0.6.2' ,
34
34
'jsonschema ~=4.23' ,
35
35
# Newer versions are not compatible with our Flask version
36
- 'markupsafe == 2.0.1 '
36
+ 'markupsafe ==2.1.5 '
37
37
],
38
38
)
You can’t perform that action at this time.
0 commit comments