Skip to content

Commit

Permalink
Merge pull request #157 from Helene/ubi_9.3
Browse files Browse the repository at this point in the history
Switch to base image ubi_9.3
  • Loading branch information
Helene authored Jan 18, 2024
2 parents c5e7bd1 + 9223c1a commit fa685f0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3
FROM $BASE

LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
Expand Down
20 changes: 10 additions & 10 deletions requirements/requirements_ubi9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,44 @@
#
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
#
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
autocommand==2.2.2
# via jaraco-text
cheroot==10.0.0
# via cherrypy
cherrypy==18.8.0
cherrypy==18.9.0
# via -r /root/requirements_ubi.in
inflect==7.0.0
# via jaraco-text
jaraco-collections==4.3.0
jaraco-collections==5.0.0
# via cherrypy
jaraco-context==4.3.0
# via jaraco-text
jaraco-functools==3.8.0
jaraco-functools==4.0.0
# via
# cheroot
# jaraco-text
# tempora
jaraco-text==3.11.1
jaraco-text==3.12.0
# via jaraco-collections
more-itertools==10.0.0
more-itertools==10.2.0
# via
# cheroot
# cherrypy
# jaraco-functools
# jaraco-text
portend==3.2.0
# via cherrypy
pydantic==2.1.0
pydantic==2.5.3
# via inflect
pydantic-core==2.4.0
pydantic-core==2.14.6
# via pydantic
pytz==2023.3
pytz==2023.3.post1
# via tempora
tempora==5.5.0
# via portend
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# inflect
# pydantic
Expand Down
2 changes: 1 addition & 1 deletion source/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
@author: HWASSMAN
'''

__version__ = '7.1.0'
__version__ = '7.2.0'

0 comments on commit fa685f0

Please sign in to comment.