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 Jul 29, 2023
1 parent 390c582 commit 9e8a3e1
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:f3b8662e96074c2b7a3833ca8b64e7431db5b540798f99bd18b7a92954289408
image: localstack/localstack@sha256:bcb5a352b2434b6af371aa85b1d5a7ed24d78ac139b7a7c8d631670f3345859d
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Expand Down
2 changes: 1 addition & 1 deletion aws/load_testing/lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:3.11@sha256:8d7a189af42d0cbd14ccda1621192e0caeca1e131c16c6ad94ce4541335e7057
FROM amazon/aws-lambda-python:3.11@sha256:8cec0eaa55b7ef4b023dd37979397eb4d36604eed62b497d6bebf46ff20b4851

COPY lambda_locust.py .
COPY tests ./tests
Expand Down

0 comments on commit 9e8a3e1

Please sign in to comment.