Skip to content

Commit

Permalink
chore(deps): update all non-major docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent eff88b5 commit ec7bd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
TF_VAR_region: "ca-central-1"

localstack:
image: localstack/localstack@sha256:c7a01ee8bfad6c2ab521ed56f72bfed08f97ed3275a348567eb2b7f21e725cb4
image: localstack/localstack@sha256:83a1feefbcf6c03300221ae44bf763525690588f734cb6d5e2e70f064061cdd3
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Expand Down
2 changes: 1 addition & 1 deletion lambda-code/load-testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:3.11@sha256:99cadc3bd9674a32a4ef694ff2e27f0b3d6c7f369b174db792b0099699fa0da4
FROM amazon/aws-lambda-python:3.12@sha256:4788c1dbde9a8150366232dfacae79ff9cce84d4190d9ef86089410aee2f1788
COPY main.py .
COPY tests ./tests
COPY requirements.txt .
Expand Down

0 comments on commit ec7bd6a

Please sign in to comment.