Skip to content

Commit

Permalink
[MDS-5397] Fix vulnerability issues in NRIS API Service (#3139)
Browse files Browse the repository at this point in the history
update python and oracle versions.
  • Loading branch information
henryoforeh-dev authored Jun 5, 2024
1 parent b89054b commit 9ddfea8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/nris-api/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.3-bookworm

ENV LD_LIBRARY_PATH="/opt/oracle/instantclient:${LD_LIBRARY_PATH}" \
PATH="/opt/oracle/instantclient:${PATH}" \
Expand Down
2 changes: 1 addition & 1 deletion services/nris-api/backend/Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.3-bookworm

ENV LD_LIBRARY_PATH="/opt/oracle/instantclient:${LD_LIBRARY_PATH}" \
PATH="/opt/oracle/instantclient:${PATH}" \
Expand Down
2 changes: 1 addition & 1 deletion services/nris-api/backend/Dockerfile.migrate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.3-bookworm

# Create working directory
RUN mkdir /app
Expand Down
2 changes: 1 addition & 1 deletion services/nris-api/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cached_property==1.5.1
cx_Oracle==8.0.1
cx_Oracle==8.3
factory-boy==3.3.0
Flask==3.0.1
Flask-Caching==2.1.0
Expand Down

0 comments on commit 9ddfea8

Please sign in to comment.