Skip to content

Commit ff8f97c

Browse files
Update python Docker tag to v3.14 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07cb78a commit ff8f97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim AS builder
1+
FROM python:3.14-slim AS builder
22

33
# Install system dependencies required for Cartopy and other packages
44
RUN apt-get update && apt-get install -y \
@@ -39,7 +39,7 @@ RUN --mount=type=cache,target=/home/app/.cache/uv,uid=1000,gid=1000 \
3939
# Pre-download Cartopy map data to avoid runtime downloads
4040
RUN /app/.venv/bin/python download_cartopy_data.py
4141

42-
FROM python:3.13-slim AS runner
42+
FROM python:3.14-slim AS runner
4343

4444
# Install runtime dependencies for Cartopy
4545
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)