Skip to content

Commit 4793d4c

Browse files
authored
Merge pull request #32 from sandialabs/dependabot/docker/python-3.13
Bump python from 3.12 to 3.13
2 parents a96f135 + 7074c59 commit 4793d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12
1+
FROM python:3.13
22
WORKDIR /
33
COPY . .
44
RUN pip install --no-cache-dir .[all]

0 commit comments

Comments
 (0)