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 Aug 15, 2023
1 parent d9d35df commit dde3286
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:1eef6881c63423eed01dfaa6acd3c87e32f4a7761f285ce9fdb0410774a0d87d
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:9d09180af82c1d428844ed3ec31e45e49526ca0583ade52d78424e3fd841318e

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:f3b8662e96074c2b7a3833ca8b64e7431db5b540798f99bd18b7a92954289408
image: localstack/localstack@sha256:7a31ae44624187907b64456c26364ce18398274d784cda5068abadd511023946
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:b0eb4dec74144e9c78a5111659833a5fd4eca1fa01f08b7668db07436c18c40b

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

0 comments on commit dde3286

Please sign in to comment.