From 71f96b20409a968af4fd28ae84713730c3b43fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Tue, 30 Apr 2024 12:36:48 +0100 Subject: [PATCH] .devcontainer: Bump from 1.18.0 + sha256 for 1.10.1 to 1.19.0 + sha256 for 1.19.0. --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8d48e9ac..a7b64abf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,8 +5,8 @@ "build": { "dockerfile": "Dockerfile", "args": { - "BAZELISK_VERSION": "v1.18.0", - "BAZELISK_DOWNLOAD_SHA": "4cb534c52cdd47a6223d4596d530e7c9c785438ab3b0a49ff347e991c210b2cd" + "BAZELISK_VERSION": "v1.19.0", + "BAZELISK_DOWNLOAD_SHA": "d28b588ac0916abd6bf02defb5433f6eddf7cba35ffa808eabb65a44aab226f7" } }, "customizations": {