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] committed Oct 6, 2023
1 parent 01ee1c2 commit eafe385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:8d456a2cb95396fcc5395e18fa50df9b4f525da496f772e968ca4a8467de53af
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:5b2cbde6b4cffeb6687675830e39d062743f9b8600e7a72e181862a303c7584c

ARG USERNAME=vscode
ARG AWS_SAM_VERSION
Expand Down
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:ddd26e127f758edea240b2c2d8782d7470a9db4befc6e14b9fdcf5d9209064c2
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 eafe385

Please sign in to comment.