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 Nov 3, 2024
1 parent d434639 commit 995872b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:83138e8bbd06361df943284a59c3ba5cbfec7ba1b9963c419a92a0e80820d3d5
image: localstack/localstack@sha256:07305165bc20c7cc69ccf417fbbefad4f5156062cfe75931a1f2ad6ba92b941e
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Expand Down
2 changes: 1 addition & 1 deletion idp/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/zitadel/zitadel:v2.63.4@sha256:a7f61b0eed3bf3f9b34391ee4bd778e4f958c15dd37bd1a495a191c7285efdfa
FROM ghcr.io/zitadel/zitadel:v2.64.1@sha256:5dba3692aa50f55d5d36979b63ddb389ceef54ed39f6fedd91251b7fd1649d5e

# Copy configuration and certificates
COPY ./*.yaml ./certificate.crt ./private.key /app/
2 changes: 1 addition & 1 deletion lambda-code/load-testing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazon/aws-lambda-python:3.12@sha256:37b95206c4c78331f6d5cb0e8389ef573f39cfea01f73c530f28f3ac6f6493c7
FROM amazon/aws-lambda-python:3.12@sha256:e44292db880d42cbad1a90f8beac13cf1eeb8cbdc82d30832cc3e4c82fc73ec0

COPY requirements.txt .
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit 995872b

Please sign in to comment.