Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.13-slim AS build
FROM python:3.14.3-slim AS build

ENV CRANE_VER=v0.21.2
ENV CRANE_SHA256=897e7c342db072ba76531246fc18fbf3e8e298688b6ecf98916770984b263866
Expand All @@ -20,7 +20,7 @@ COPY .git /git
RUN GITCOMMIT=$(git rev-parse HEAD) && echo "GIT_COMMIT=\"$GITCOMMIT\"" > /git/git_commit.py


FROM python:3.12.13-slim
FROM python:3.14.3-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends tini \
Expand Down
Loading