Skip to content

Commit

Permalink
upgrading package versions, making the nru have an id of 999 to match…
Browse files Browse the repository at this point in the history
… irods.
  • Loading branch information
PhillipsOwen committed Mar 13, 2024
1 parent a00b23c commit 19620b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

# create a new non-root user and switch to it
RUN useradd --create-home -u 1000 nru
RUN useradd --create-home -u 999 nru
USER nru

# Create the directory for the code and cd to it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Web application/services to view/modify the [iRODS-K8s Supervisor](https://git
#### Components and versions...
[![Python](https://img.shields.io/badge/Python-3.12.2-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.1.0-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.0.2-blue)](https://github.com/pytest-dev/pytest)
[![Pytest](https://img.shields.io/badge/Pytest-%208.1.1-blue)](https://github.com/pytest-dev/pytest)
#### Build status...
[![PyLint the codebase](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/pylint.yml)
[![Build and push the Docker image](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/image-push.yml/badge.svg)](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/image-push.yml)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
# SPDX-License-Identifier: BSD 3-Clause

pydantic==2.6.2
pydantic==2.6.4
fastapi==0.110.0
uvicorn==0.27.1
uvicorn==0.28.0
pyyaml==6.0.1
psycopg2-binary==2.9.9
pylint==3.1.0
pyjwt==2.8.0
pytest==8.0.2
pytest==8.1.1
requests==2.31.0

0 comments on commit 19620b4

Please sign in to comment.