Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #191 from umccr/bugfix/set-lambda-docker-version
Browse files Browse the repository at this point in the history
Set docker tag (as non-latest version))
  • Loading branch information
alexiswl authored Nov 22, 2023
2 parents 30f5357 + a48e03b commit 8f7dee9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:latest
FROM amazon/aws-lambda-python:3.9.2023.11.10.13

LABEL maintainer="Alexis Lucattini"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:latest
FROM amazon/aws-lambda-python:3.9.2023.11.10.17

LABEL maintainer="Alexis Lucattini"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:latest
FROM amazon/aws-lambda-python:3.9.2023.11.10.13

LABEL maintainer="Alexis Lucattini"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ python_dateutil==2.8.2
pytz==2022.7.1
requests==2.31.0
setuptools==67.2.0
urllib3<2

0 comments on commit 8f7dee9

Please sign in to comment.