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
2
2
terraform 1.6.5
3
3
tflint 0.49.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN dnf -y update && \
10
10
dnf -y install gcc openssl-devel bzip2-devel libffi-devel xz-devel zlib-devel tar xz && \
11
11
dnf clean all
12
12
13
- ARG PYTHON_VERSION=3.12.0
13
+ ARG PYTHON_VERSION=3.12.1
14
14
15
15
RUN cd "$(mktemp -d)" && \
16
16
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 1
1
# based on this example
2
2
# https://github.com/aws/aws-lambda-python-runtime-interface-client/blob/970e9c1d2613e0ce9c388547c76ac30992ad0e96/README.md
3
3
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
5
5
6
6
# Install aws-lambda-cpp build dependencies (for awslambdaric)
7
7
RUN apt-get update && \
@@ -26,7 +26,7 @@ RUN python3 -m pip install -U --no-cache-dir pip setuptools wheel && \
26
26
--target /src \
27
27
awslambdaric boto3
28
28
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
30
30
31
31
WORKDIR /src
32
32
You can’t perform that action at this time.
0 commit comments