From 8cc9c4f0f80703e1e15d6dcc7d377bdd7a5255eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:39:16 +0000 Subject: [PATCH] Renovate: python Docker tag to v3.13.1 --- docker/export-api/Dockerfile | 2 +- docker/hasher-api/Dockerfile | 2 +- docker/imaging-api/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/export-api/Dockerfile b/docker/export-api/Dockerfile index 48f633148..9484ecbe4 100644 --- a/docker/export-api/Dockerfile +++ b/docker/export-api/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.12.4-slim-bullseye@sha256:26ce493641ad3b1c8a6202117c31340c7bbb2dc126f1aeee8ea3972730a81dc6 +FROM python:3.13.1-slim-bullseye@sha256:977b53e285804e0803b85c6d75f24d6335b64f4883779bb31da91d681ff4a7c5 SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"] ARG TEST="false" diff --git a/docker/hasher-api/Dockerfile b/docker/hasher-api/Dockerfile index 0481ea95b..1126b8f14 100644 --- a/docker/hasher-api/Dockerfile +++ b/docker/hasher-api/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.12.4-slim-bullseye@sha256:26ce493641ad3b1c8a6202117c31340c7bbb2dc126f1aeee8ea3972730a81dc6 +FROM python:3.13.1-slim-bullseye@sha256:977b53e285804e0803b85c6d75f24d6335b64f4883779bb31da91d681ff4a7c5 SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"] ARG TEST="false" diff --git a/docker/imaging-api/Dockerfile b/docker/imaging-api/Dockerfile index 73fa0728b..bff102bcf 100644 --- a/docker/imaging-api/Dockerfile +++ b/docker/imaging-api/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.12.4-slim-bullseye@sha256:26ce493641ad3b1c8a6202117c31340c7bbb2dc126f1aeee8ea3972730a81dc6 +FROM python:3.13.1-slim-bullseye@sha256:977b53e285804e0803b85c6d75f24d6335b64f4883779bb31da91d681ff4a7c5 SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"] ARG TEST="false"