aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-02-02 04:27:54 +0300
committerValentin Popov <valentin@popov.link>2025-02-02 04:27:54 +0300
commita4e61118cca8e6c5b17709ca27e02d3012ff74f5 (patch)
treef583163e9473fe7d17d53dcf64b076c409ada1db /.devcontainer
parent09bfd39b8736e1146cd6aef5de54f6083cc5b191 (diff)
downloaddevcli-master.tar.xz
devcli-master.zip
Added dependabot & renovateHEADmaster
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 82442d1..359b4c9 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
{
- "image": "mcr.microsoft.com/devcontainers/go:1.23",
+ "image": "mcr.microsoft.com/devcontainers/go:latest",
"customizations": {
"vscode": {
"extensions": [
@@ -12,4 +12,4 @@
"--security-opt",
"seccomp=unconfined"
]
-}
+} \ No newline at end of file