From ece0f13273d9740c9ed5a573f1c709191dd5afb0 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 22 Jul 2024 00:05:02 +0000 Subject: [PATCH] Update Auto merged updates Signed-off-by: Platform Engineering Bot --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0152c69..af34255 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,11 +2,11 @@ "name": "iac", "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04", "features": { - "ghcr.io/devcontainers/features/terraform:1.3.7": { + "ghcr.io/devcontainers/features/terraform:1.3.8": { "version": "1.5.7", "terragrunt": "0.51.4" }, - "ghcr.io/devcontainers/features/ruby:1.2.2": { + "ghcr.io/devcontainers/features/ruby:1.2.3": { "version": "3.2.2" }, "ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {