Skip to content

Commit

Permalink
Merge pull request #7 from xenit-eu/MNTSUP-171
Browse files Browse the repository at this point in the history
MNTSUP-171 - revert to previous version of base img and DB modules
  • Loading branch information
wimfabri authored Nov 22, 2024
2 parents a0c8afc + f989c19 commit 40cb8bb
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 40cb8bb

Please sign in to comment.