From af1b0c834ffa4cfa5a514dfd373acd87a9349422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:45:04 +0000 Subject: [PATCH] Update python:3.14 Docker digest to 89a288a --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- Dockerfile.testenv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddd2684..5817af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: lint: name: Lint runs-on: ubuntu-20.04 - container: python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 + container: python:3.14@sha256:89a288a9a9e9141b9f0c51744c358138da6369897792f1af3f5425e407d9529a steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 diff --git a/Dockerfile b/Dockerfile index a04d8d0..5833906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG APP_VERSION="" -ARG FROM_IMAGE=python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 +ARG FROM_IMAGE=python:3.14@sha256:89a288a9a9e9141b9f0c51744c358138da6369897792f1af3f5425e407d9529a ARG IMAGE_REVISION="" ARG IMAGE_REF_NAME="" FROM $FROM_IMAGE diff --git a/Dockerfile.testenv b/Dockerfile.testenv index cc2720f..79d4df5 100644 --- a/Dockerfile.testenv +++ b/Dockerfile.testenv @@ -1,4 +1,4 @@ -FROM python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 +FROM python:3.14@sha256:89a288a9a9e9141b9f0c51744c358138da6369897792f1af3f5425e407d9529a # Set the working directory in the container WORKDIR /build