Skip to content

Commit 4d9158e

Browse files
chore(deps): update python:3.13.12-slim-trixie docker digest from 3.13.12 to v (dockerfile.integration-tests-debian)
1 parent 3950894 commit 4d9158e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.django-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Dockerfile.nginx to use the caching mechanism of Docker.
66

77
# Ref: https://devguide.python.org/#branchstatus
8-
FROM python:3.13.12-slim-trixie@sha256:8bc60ca09afaa8ea0d6d1220bde073bacfedd66a4bf8129cbdc8ef0e16c8a952 AS base
8+
FROM python:3.13.12-slim-trixie@sha256:3749417ca478ba97ff612dd09d60a8ba862dae8bfb5c4c4d5ee3a3dfc0f4c2cb AS base
99
FROM base AS build
1010
WORKDIR /app
1111
RUN \

Dockerfile.integration-tests-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM openapitools/openapi-generator-cli:v7.20.0@sha256:fa4add01856e44becf70674164df354d61bd37ba0f444d27be949801e013921b AS openapitools
55
# currently only supports x64, no arm yet due to chrome and selenium dependencies
6-
FROM python:3.13.12-slim-trixie@sha256:8bc60ca09afaa8ea0d6d1220bde073bacfedd66a4bf8129cbdc8ef0e16c8a952 AS build
6+
FROM python:3.13.12-slim-trixie@sha256:3749417ca478ba97ff612dd09d60a8ba862dae8bfb5c4c4d5ee3a3dfc0f4c2cb AS build
77
WORKDIR /app
88
RUN \
99
apt-get -y update && \

0 commit comments

Comments
 (0)