Skip to content

Commit

Permalink
Merge pull request #24 from sandialabs/dependabot/docker/python-3.12
Browse files Browse the repository at this point in the history
Bump python from 3.11 to 3.12
  • Loading branch information
mrbuche authored Dec 18, 2023
2 parents ebd217a + c47d940 commit 72a393b
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
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12
WORKDIR /
COPY . .
RUN pip install --no-cache-dir .[all]

0 comments on commit 72a393b

Please sign in to comment.