File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- python 3.11.6
1+ python 3.12.1
22terraform 1.6.5
33tflint 0.49.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN dnf -y update && \
1010 dnf -y install gcc openssl-devel bzip2-devel libffi-devel xz-devel zlib-devel tar xz && \
1111 dnf clean all
1212
13- ARG PYTHON_VERSION=3.12.0
13+ ARG PYTHON_VERSION=3.12.1
1414
1515RUN cd "$(mktemp -d)" && \
1616 curl -O https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz && \
Original file line number Diff line number Diff line change 11# based on this example
22# https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/970e9c1d2613e0ce9c388547c76ac30992ad0e96/README.md
33
4- FROM public.ecr.aws/docker/library/python:3.12.0 -slim-bookworm as build-image
4+ FROM public.ecr.aws/docker/library/python:3.12.1 -slim-bookworm as build-image
55
66# Install aws-lambda-cpp build dependencies (for awslambdaric)
77RUN apt-get update && \
@@ -26,7 +26,7 @@ RUN python3 -m pip install -U --no-cache-dir pip setuptools wheel && \
2626 --target /src \
2727 awslambdaric boto3
2828
29- FROM public.ecr.aws/docker/library/python:3.12.0 -slim-bookworm
29+ FROM public.ecr.aws/docker/library/python:3.12.1 -slim-bookworm
3030
3131WORKDIR /src
3232
You can’t perform that action at this time.
0 commit comments