Skip to content

Commit

Permalink
Ensure pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrous-navteca committed Dec 26, 2023
1 parent 005c0c6 commit 21eef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_function/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR ${FUNCTION_DIR}

# Set Up Lambda Runtime Environment version pin each time the base image is updated
RUN apt-get update -y && apt-get install -y curl && curl -Lo /usr/local/bin/aws-lambda-rie \
https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/v1.15/download/aws-lambda-rie && \
https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/download/v1.15/aws-lambda-rie && \
chmod +x /usr/local/bin/aws-lambda-rie

# Copy files from the source folder
Expand Down

0 comments on commit 21eef08

Please sign in to comment.