Skip to content

Commit

Permalink
upgrading to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 7, 2022
1 parent e1c5c1d commit bcf3a83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This Dockerfile is used to build the APSVIZ-Supervisor image

# leverage the renci python base image
FROM python:3.9-slim
FROM python:3.10-slim

# create a new non-root user and switch to it
RUN useradd --create-home -u 1000 nru
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# SPDX-License-Identifier: MIT

kubernetes==22.6.0
psycopg2-binary==2.9.3
slack-sdk==3.18.1
psycopg2-binary==2.9.4
slack-sdk==3.19.1

0 comments on commit bcf3a83

Please sign in to comment.