From 1bd45ea2dad913b6fd466705383c5f5d214e0be8 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Sun, 29 Sep 2024 01:19:53 +0300 Subject: [PATCH] refactor: explicit image tag --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 812703468a..ef71072f9f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ { "name": "Dash Platform Dev Container", - "image": "ghcr.io/dashpay/platform/devcontainer" + "image": "ghcr.io/dashpay/platform/devcontainer:latest" }