From bf26a3600d53a412182cb7433a1aa1177574615b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 01:00:56 +0000 Subject: [PATCH] Bump python from 3.13.7-alpine to 3.14.0-alpine Bumps python from 3.13.7-alpine to 3.14.0-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f40247..0357562 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-alpine +FROM python:3.14.0-alpine WORKDIR /app COPY . . RUN pip install -r requirements.txt --user