Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update all non-major docker images #636

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update all non-major docker images
  • Loading branch information
renovate[bot] authored Jun 14, 2024
commit 7faa9761db7971fdc20b4b12614ccc47fbfa7311
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:b42cb5b189abb742fbc2de3db825b4c174569e79bbe34f01fa055aba075c924d
FROM mcr.microsoft.com/vscode/devcontainers/base:buster@sha256:f164c696cac616c6559a214962e0178319172655e0fcb52251577247753c0248

ARG USERNAME=vscode
ARG AWS_SAM_VERSION
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ services:
TF_VAR_region: "ca-central-1"

localstack:
image: localstack/localstack@sha256:1d6c671daa4ecd65b44a4ecbb12fff0fb82dd1bd62f19728e5e05e18dff831c8
image: localstack/localstack@sha256:49906d9203e477f64996cfda16046d48fcbfbe3068a4f5167ba000aa5c682ddd
hostname: localstack
volumes:
- "./data:/tmp/localstack"
Loading