Skip to content

Commit 6034e78

Browse files
committed
VED-386: fix terraform issues
1 parent d22bfb2 commit 6034e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filenameprocessor/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.10 AS base
1+
FROM public.ecr.aws/lambda/python:3.11 AS base
22

33
# Create non-root user
44
RUN mkdir -p /home/appuser && \

filenameprocessor/batch.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.10 as base
1+
FROM public.ecr.aws/lambda/python:3.11 as base
22

33
RUN pip install "poetry~=1.5.0"
44

0 commit comments

Comments
 (0)