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 Sep 5, 2024
1 parent b108e32 commit 5aeb2d0
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:f164c696cac616c6559a214962e0178319172655e0fcb52251577247753c0248
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:9d0efa8b32ab5a40252ed9aa3f1e8d5d989c979b627fcc9fb9e6f11db73c3a0a

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:c7a01ee8bfad6c2ab521ed56f72bfed08f97ed3275a348567eb2b7f21e725cb4
image: localstack/localstack@sha256:1b09a6449329e17cbe8f72ed979afdf2a1ad6e2df9a4ed4897cb19b5820cf991
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.55.6@sha256:8089e7649ccae5d034581c86a2d47639c8c45d35673f4124fa01b7f0de08b06d
FROM ghcr.io/zitadel/zitadel:v2.61.0@sha256:c434b4af15c14f0ec947d9684eb60e24748dc98914b72c8876a05b8d2b3860b3

# Copy configuration and certificates
COPY ./*.yaml ./certificate.crt ./private.key /app/

0 comments on commit 5aeb2d0

Please sign in to comment.