Skip to content

Commit b6e41b8

Browse files
authored
Merge pull request #335 from Helene/ubi_9.6-1752625787
Update ubi image version to 9.6-1752625787
2 parents e1fc371 + ba446ab commit b6e41b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33

44
FROM $BASE AS build_prod
55
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt

requirements/requirements_ubi9.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ cheroot==10.0.1
1111
# via cherrypy
1212
cherrypy==18.10.0
1313
# via -r /root/requirements_ubi.in
14-
jaraco-collections==5.1.0
14+
jaraco-collections==5.2.1
1515
# via cherrypy
1616
jaraco-context==6.0.1
1717
# via jaraco-text
18-
jaraco-functools==4.1.0
18+
jaraco-functools==4.2.1
1919
# via
2020
# cheroot
2121
# jaraco-text
@@ -28,15 +28,15 @@ more-itertools==10.7.0
2828
# cherrypy
2929
# jaraco-functools
3030
# jaraco-text
31-
portend==3.2.0
31+
portend==3.2.1
3232
# via cherrypy
3333
python-dateutil==2.9.0.post0
3434
# via tempora
3535
pyyaml==6.0.2
3636
# via -r /root/requirements_ubi.in
3737
six==1.17.0
3838
# via python-dateutil
39-
tempora==5.8.0
39+
tempora==5.8.1
4040
# via portend
4141
zc-lockfile==3.0.post1
4242
# via cherrypy

0 commit comments

Comments
 (0)