bump dependencies (#88)

* bump dependencies

* chore: bump python in more places
This commit is contained in:
Gergő Jedlicska
2025-11-18 19:11:39 +01:00
committed by GitHub
parent 64a9b94d50
commit daf7827585
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# We use the official Python 3.11 image as our base image and will add our code to it. For more details, see https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.13-slim
# We set the working directory to be the /home/speckle directory; all of our files will be copied here.
WORKDIR /home/speckle
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir .
# Copy all of our code and assets from the local directory into the /home/speckle directory of the container.
# We also ensure that the user 'speckle' owns these files, so it can access them
# This assumes that the Dockerfile is in the same directory as the rest of the code
COPY . /home/speckle
COPY . /home/speckle