Skip to content

Commit

Permalink
Merge pull request #635 from nationalarchives/renovate/public.ecr.aws…
Browse files Browse the repository at this point in the history
…-lambda-python-3.x

chore(deps): update public.ecr.aws/lambda/python docker tag to v3.13
  • Loading branch information
dragon-dxw authored Nov 11, 2024
2 parents ddb769e + 9a9bbe6 commit 90309fd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/lambdas/db_backup/dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/determine_legislation_provisions/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13
# FROM public.ecr.aws/lambda/python:3.12
# Using AWS lambda image for Python 3.6 that can use the pre-built postgress driver library
# FROM lambci/lambda:build-python3.6
Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/determine_oblique_references/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

# Copy only the requirements file first and install dependencies
COPY requirements.txt ${LAMBDA_TASK_ROOT}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}
# Set the timezone
Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/determine_replacements_caselaw/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}
# Set the timezone
Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/determine_replacements_legislation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}
# Set the timezone
Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/fetch_xml/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### TRY THIS CODE INSTEAD

FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/push_enriched_xml/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### TRY THIS CODE INSTEAD

FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

COPY index.py ${LAMBDA_TASK_ROOT}

Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/update_legislation_table/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=UTF-8

Expand Down
2 changes: 1 addition & 1 deletion src/lambdas/update_rules_processor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.12
FROM public.ecr.aws/lambda/python:3.13

ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=UTF-8

Expand Down

0 comments on commit 90309fd

Please sign in to comment.