Skip to content

Commit

Permalink
upping python base version to 3.11.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jan 5, 2023
1 parent 84433f1 commit a281a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# and runs main which starts the web server

# leverage the renci python base image
FROM python:3.11-slim
FROM python:3.11.1-slim

# update the image base
RUN apt-get update && apt-get -y upgrade
Expand Down

0 comments on commit a281a0b

Please sign in to comment.