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 29, 2023
1 parent 064e0e6 commit 5222273
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:5ee818f43505718d42391e515dcaa3c786edf9a3a735f8c34e6c2906231e4422
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:48fb92abbd701642193485a901bea9c2d376ecec73423f3359002ddd92719f1f

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:26502e0cdecce077bf3c3892e8aded68bcfac8ddbb61fca9f92af4a76d5df0c5
image: localstack/localstack@sha256:4e8f73fe346c6c096f09d387941e0f353120fa4520987fd83b1e612d2fffa584
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.10@sha256:287bf8bb9a03c96d18d52f6a5e4ab4a9e687ec103ab6f6a6c6d255c8f4854253
FROM amazon/aws-lambda-python:3.10@sha256:c967cb24bf1ede4982e3236f50b996c1e81ef2fd60d0d1c7b496e4ae0e0a42d2

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

0 comments on commit 5222273

Please sign in to comment.