File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66
66
- uses : terraform-linters/setup-tflint@v4
67
67
name : Setup TFLint
68
68
with :
69
- tflint_version : v0.50.3
69
+ tflint_version : v0.51.1
70
70
71
71
- name : Init TFLint
72
72
run : cd ${{ env.TF_DIR }} && tflint --init
Original file line number Diff line number Diff line change 1
- tflint 0.50.3
1
+ tflint 0.51.1
Original file line number Diff line number Diff line change 1
- ARG AL_PROVIDED_VERSION=al2023.2024.04.24.10
1
+ ARG AL_PROVIDED_VERSION=al2023.2024.06.14.16
2
2
ARG ARCH=x86_64
3
3
FROM public.ecr.aws/lambda/provided:${AL_PROVIDED_VERSION}-${ARCH} as base
4
4
RUN dnf -y update && \
@@ -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.3
13
+ ARG PYTHON_VERSION=3.12.4
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
plugin "aws" {
2
2
enabled = true
3
- version = " 0.30 .0"
3
+ version = " 0.32 .0"
4
4
source = " github.com/terraform-linters/tflint-ruleset-aws"
5
- }
5
+ }
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.3 -slim-bookworm as build-image
4
+ FROM public.ecr.aws/docker/library/python:3.12.4 -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.3 -slim-bookworm
29
+ FROM public.ecr.aws/docker/library/python:3.12.4 -slim-bookworm
30
30
31
31
WORKDIR /src
32
32
You can’t perform that action at this time.
0 commit comments