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 Sep 29, 2023
1 parent 01ee1c2 commit a5f83f4
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:cd6fc7a992beebc96d8c9a266ba136b8142b865646cfca880f266baacddd5e09
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 a5f83f4

Please sign in to comment.