Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

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

Dockerfile

Lines changed: 1 addition & 1 deletion
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)