Skip to content

Commit

Permalink
chore(deps): update all non-major docker images (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 8b3eee3 commit 1e3d5c3
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:9d09180af82c1d428844ed3ec31e45e49526ca0583ade52d78424e3fd841318e
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:8d456a2cb95396fcc5395e18fa50df9b4f525da496f772e968ca4a8467de53af

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:c5fda641673363c771345185a9464f13669f55336943bc63df36d7806f6e1803
image: localstack/localstack@sha256:e012933b1122dede2c2ffc686b8ccbf9e6e5db3e20562d340d5917dbf4e019e4
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:1f9ef82734d372f89ab92acef2acb208961d186bc197f3f28f634d0141782c4c
FROM amazon/aws-lambda-python:3.11@sha256:99cadc3bd9674a32a4ef694ff2e27f0b3d6c7f369b174db792b0099699fa0da4
COPY lambda_locust.py .
COPY tests ./tests
COPY requirements.txt .
Expand Down

0 comments on commit 1e3d5c3

Please sign in to comment.