From c9246a9acf84fa8185fc4ddf7c7c0fec56ff4b25 Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Sun, 21 Jul 2024 23:20:32 +0200 Subject: [PATCH] build: Update Dockerfile --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 53150142..3e8eb564 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,6 +2,6 @@ # https://github.com/devcontainers/templates/tree/main/src/go # https://github.com/devcontainers/images/tree/main/src/go -FROM mcr.microsoft.com/devcontainers/go:latest +FROM mcr.microsoft.com/devcontainers/go:1.22-bookworm -# Add additional commands \ No newline at end of file +# Add additional commands