From 3564a84ad690bf6b76fc226b36272882ac9bb8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrathamesh?= <“prathameshzarkar9@github.com”> Date: Thu, 6 Jun 2024 20:27:56 +0000 Subject: [PATCH 1/2] #147 monthly task --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 31fd9fa..04c338e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Go", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, From a04e22ed664bb8b6f3e3ea117886f01b45e3ad19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrathamesh?= <“prathameshzarkar9@github.com”> Date: Thu, 13 Jun 2024 15:16:44 +0000 Subject: [PATCH 2/2] changed tag from bullseye to bookworm --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 04c338e..bf1ea97 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Go", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/go:1-1.22-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1-1.22-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},