Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 711a105

Browse files
authored
fix: set tz (#78)
Whoa that was easier than expected
1 parent 255b1aa commit 711a105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/aws/lambda/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN find . -type d -a -name 'tests' -print0 | xargs -0 rm -rf
2929
RUN find . -type f -name '*.so*' -exec strip --strip-unneeded {} \;
3030

3131
FROM --platform=${BUILDPLATFORM} public.ecr.aws/lambda/python:${PYTHON_VERSION}
32+
ENV TZ=UTC
3233
WORKDIR ${LAMBDA_TASK_ROOT}
3334
COPY --from=builder /asset ${LAMBDA_TASK_ROOT}
3435
COPY infrastructure/aws/lambda/handler.py ${LAMBDA_TASK_ROOT}

0 commit comments

Comments
 (0)