From 51ad5ddebcffb22f202403de9b2430520e92c357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 05:00:02 +0000 Subject: [PATCH] Update python:3.14 Docker digest to 2881570 --- .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 af96810..ddd2684 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:4b827abf32c14b7df9a0dc5199c2f0bc46e2c9862cd5d77eddae8a2cd8460f60 + container: python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 diff --git a/Dockerfile b/Dockerfile index fc9b01d..a04d8d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG APP_VERSION="" -ARG FROM_IMAGE=python:3.14@sha256:4b827abf32c14b7df9a0dc5199c2f0bc46e2c9862cd5d77eddae8a2cd8460f60 +ARG FROM_IMAGE=python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 ARG IMAGE_REVISION="" ARG IMAGE_REF_NAME="" FROM $FROM_IMAGE diff --git a/Dockerfile.testenv b/Dockerfile.testenv index 5f2c043..cc2720f 100644 --- a/Dockerfile.testenv +++ b/Dockerfile.testenv @@ -1,4 +1,4 @@ -FROM python:3.14@sha256:4b827abf32c14b7df9a0dc5199c2f0bc46e2c9862cd5d77eddae8a2cd8460f60 +FROM python:3.14@sha256:288157085f183c0000cb14cbf5c81d304f2dcdc4c386578a0c1bd214d178f7a4 # Set the working directory in the container WORKDIR /build