Skip to content

Commit d7a2cab

Browse files
Bump the docker-minor-patch group across 2 directories with 1 update
Bumps the docker-minor-patch group with 1 update in the /lambdas/ack_backend directory: lambda/python. Bumps the docker-minor-patch group with 1 update in the /mesh_processor directory: lambda/python. Updates `lambda/python` from 3.11 to 3.13 Updates `lambda/python` from 3.11 to 3.13 Updates `lambda/python` from 3.11 to 3.13 Updates `lambda/python` from 3.11 to 3.13 --- updated-dependencies: - dependency-name: lambda/python dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-patch - dependency-name: lambda/python dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-patch - dependency-name: lambda/python dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-patch - dependency-name: lambda/python dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0b2c70 commit d7a2cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/ack_backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.11 AS base
1+
FROM public.ecr.aws/lambda/python:3.13 AS base
22

33
RUN mkdir -p /home/appuser && \
44
echo 'appuser:x:1001:1001::/home/appuser:/sbin/nologin' >> /etc/passwd && \

0 commit comments

Comments
 (0)