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 Oct 2, 2023
1 parent 01ee1c2 commit 0d7ec72
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:e012933b1122dede2c2ffc686b8ccbf9e6e5db3e20562d340d5917dbf4e019e4
image: localstack/localstack@sha256:5c8e45c28cf46a330461c6421a72ade1d824633c656aa8da9e92a39d307acd58
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:99cadc3bd9674a32a4ef694ff2e27f0b3d6c7f369b174db792b0099699fa0da4
FROM amazon/aws-lambda-python:3.11@sha256:f212b0e1bbab2fccccd27fcca66ae59e451ab58a221bcc7230587f1f007fe58e
COPY lambda_locust.py .
COPY tests ./tests
COPY requirements.txt .
Expand Down

0 comments on commit 0d7ec72

Please sign in to comment.