From 429b00b1a8a7e84c0bfe9bafb0a07b05ca3a1852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:12:52 +0000 Subject: [PATCH] Bump python from 3.12.13-slim to 3.14.3-slim Bumps python from 3.12.13-slim to 3.14.3-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.3-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1813bad..7269279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 \