Skip to content

Commit

Permalink
Fix SNYK vulnerabilities and upgrade exe environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed May 10, 2024
1 parent d5fbe9e commit 5cb03cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stage 0 - Create from Python 3.10-alpine3.15 image
FROM amazon/aws-lambda-python:3.9
RUN yum update -y && yum install -y tcsh
# Stage 0 - Create from aws-lambda-python:3.12 image
FROM amazon/aws-lambda-python:3.12
RUN dnf update -y && dnf install -y tcsh

# Stage 1 - Install dependencies
# FROM stage0 as stage1
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
boto3==1.28.63
botocore==1.31.63
certifi==2023.7.22
charset-normalizer==3.2.0
idna==3.4
boto3==1.34.102
botocore==1.34.102
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.7
jmespath==1.0.1
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
requests==2.31.0
s3transfer==0.7.0
s3transfer==0.10.1
six==1.16.0
urllib3==1.26.17
urllib3==1.26.18

0 comments on commit 5cb03cf

Please sign in to comment.