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 #192 from umccr/dev
Browse files Browse the repository at this point in the history
Set docker tags for lambdas as non-latest
  • Loading branch information
alexiswl authored Nov 22, 2023
2 parents 30f5357 + 18e8c91 commit 0fb44b4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deploy/cttso-ica-to-pieriandx-cdk/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ are nested under deploy/cttso-ica-to-pieriandx-cdk.
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/184
* Use comma after needs_redcap column (https://github.com/umccr/cttso-ica-to-pieriandx/pull/186)
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/185

* Use non-latest docker tag. (https://github.com/umccr/cttso-ica-to-pieriandx/pull/191)
* Resolves https://github.com/umccr/cttso-ica-to-pieriandx/issues/190

## 2023-11-08

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
@@ -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 0fb44b4

Please sign in to comment.