Skip to content

Commit

Permalink
MNTSUP-171 - revert to previous version of base img and DB modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wimfabri committed Nov 22, 2024
1 parent ca4214b commit f989c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {

ext {
base_img = 'open-source.docker.xenit.eu/oracle-python'
base_img_version = 'main-2.1.2'
img_version = '2.2.0'
base_img_version = 'main-2.1.1'
img_version = '2.2.1'
}

createDockerFile {
Expand Down
5 changes: 3 additions & 2 deletions src/main/docker/docker_root/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
configargparse
requests[socks]
records
records==0.5.3
attrs
humanfriendly
python-dateutil
pytimeparse2
types-python-dateutil
types-requests
types-humanfriendly
types-humanfriendly
SQLAlchemy==1.4.49

0 comments on commit f989c19

Please sign in to comment.