File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
ARG BUILD_ENV=prod
2
- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.6-1747219013
2
+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.6-1752625787
3
3
4
4
FROM $BASE AS build_prod
5
5
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ cheroot==10.0.1
11
11
# via cherrypy
12
12
cherrypy==18.10.0
13
13
# via -r /root/requirements_ubi.in
14
- jaraco-collections==5.1.0
14
+ jaraco-collections==5.2.1
15
15
# via cherrypy
16
16
jaraco-context==6.0.1
17
17
# via jaraco-text
18
- jaraco-functools==4.1.0
18
+ jaraco-functools==4.2.1
19
19
# via
20
20
# cheroot
21
21
# jaraco-text
@@ -28,15 +28,15 @@ more-itertools==10.7.0
28
28
# cherrypy
29
29
# jaraco-functools
30
30
# jaraco-text
31
- portend==3.2.0
31
+ portend==3.2.1
32
32
# via cherrypy
33
33
python-dateutil==2.9.0.post0
34
34
# via tempora
35
35
pyyaml==6.0.2
36
36
# via -r /root/requirements_ubi.in
37
37
six==1.17.0
38
38
# via python-dateutil
39
- tempora==5.8.0
39
+ tempora==5.8.1
40
40
# via portend
41
41
zc-lockfile==3.0.post1
42
42
# via cherrypy
You can’t perform that action at this time.
0 commit comments