Skip to content

Commit

Permalink
Merge pull request #1684 from girder/dependabot/docker/python-3.13-slim
Browse files Browse the repository at this point in the history
Bump python from 3.12-slim to 3.13-slim
  • Loading branch information
manthey authored Dec 16, 2024
2 parents 23c0a55 + e5b2fe1 commit 7b3ccc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build wheels
FROM python:3.12-slim as build
FROM python:3.13-slim as build

# Need git for setuptools_scm
RUN apt-get update \
Expand All @@ -19,7 +19,7 @@ RUN echo "pylibmc>=1.5.1\nmatplotlib\npyvips\nsimplejpeg\n" \


# Geospatial Sources
FROM python:3.12-slim as geo
FROM python:3.13-slim as geo
COPY --from=build /opt/build-context/wheels /opt/wheels
LABEL maintainer="Kitware, Inc. <[email protected]>"
LABEL repo="https://github.com/girder/large_image"
Expand All @@ -37,7 +37,7 @@ RUN pip install \


# All Sources
FROM python:3.12-slim as all
FROM python:3.13-slim as all
COPY --from=build /opt/build-context/wheels /opt/wheels
LABEL maintainer="Kitware, Inc. <[email protected]>"
LABEL repo="https://github.com/girder/large_image"
Expand All @@ -52,7 +52,7 @@ RUN pip install \


# All Sources and Girder Packages
FROM python:3.12-slim as girder
FROM python:3.13-slim as girder
COPY --from=build /opt/build-context/wheels /opt/wheels
LABEL maintainer="Kitware, Inc. <[email protected]>"
LABEL repo="https://github.com/girder/large_image"
Expand Down

0 comments on commit 7b3ccc8

Please sign in to comment.