We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165c894 commit 5a86407Copy full SHA for 5a86407
.github/dependabot.yml
@@ -14,6 +14,11 @@ updates:
14
directory: "/lambdas/indexer"
15
schedule:
16
interval: "daily"
17
+ ignore:
18
+ - dependency-name: "lambda/python"
19
+ update-types:
20
+ - "version-update:semver-major"
21
+ - "version-update:semver-minor"
22
23
- package-ecosystem: "docker"
24
directory: "/lambdas/thumbnail"
lambdas/indexer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/lambda/python:3.11@sha256:90a552bb30fd493ed9177e3c1b7e96088925c490938446edc1e81ce8ad110338 AS base
+FROM public.ecr.aws/lambda/python:3.11.2025.07.03.11@sha256:90a552bb30fd493ed9177e3c1b7e96088925c490938446edc1e81ce8ad110338 AS base
2
3
FROM base AS build
4
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
0 commit comments