From dac10afa9600c1321af04c1aa5a7b043f561d635 Mon Sep 17 00:00:00 2001 From: ykadowak Date: Fri, 9 Feb 2024 05:19:34 +0000 Subject: [PATCH] Update comment --- dockers/dev/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dockers/dev/Dockerfile b/dockers/dev/Dockerfile index aca47f0f86..4b72efdd05 100644 --- a/dockers/dev/Dockerfile +++ b/dockers/dev/Dockerfile @@ -18,9 +18,7 @@ ARG MAINTAINER="vdaas.org vald team " # skipcq: DOK-DL3026 -# Ubuntu is not supported by a lot of devcontainer features like `docker-in-docker`, so we should stick to official debian based ones -# https://github.com/devcontainers/features/blob/08fb370a59cc311d9f81a9e90be33cf2e6648baa/src/docker-in-docker/install.sh#L123 -# FIXME: change the tag to :1 when they support go 1.22 +# we should stick to official devcontainers as a base image because it is well tested to be used with the vscode devcontainer extension. FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/vscode/devcontainers/base:debian LABEL maintainer="${MAINTAINER}"