Skip to content

Commit

Permalink
Upgrade Python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dhschall authored Aug 20, 2024
1 parent 135a667 commit da358d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/base-images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LABEL maintainer="https://github.com/vhive-serverless"


#---------- python-builder -----------#
FROM python:3.8-slim AS python-slim
FROM python:3.12-slim AS python-slim
LABEL maintainer="https://github.com/vhive-serverless"


Expand Down

0 comments on commit da358d2

Please sign in to comment.