Skip to content

Commit 761f82a

Browse files
Bump python from fd95fa2 to eb120d0 in /api/src/api
Bumps python from `fd95fa2` to `eb120d0`. --- updated-dependencies: - dependency-name: python dependency-version: eb120d016adcbc8bac194e15826bbb4f1d1569d298d8817bb5049ed5e59f41d9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dc1bd8 commit 761f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1111
uv sync --frozen --no-dev
1212

1313
# 3.12.10-slim-bookworm
14-
FROM python@sha256:fd95fa221297a88e1cf49c55ec1828edd7c5a428187e67b5d1805692d11588db AS final
14+
FROM python@sha256:eb120d016adcbc8bac194e15826bbb4f1d1569d298d8817bb5049ed5e59f41d9 AS final
1515

1616
ENV COMMON__ENVIRONMENT=""
1717

0 commit comments

Comments
 (0)