From 98ca418a93ae43c982f0326e9a552a6748136837 Mon Sep 17 00:00:00 2001 From: Vishal Tak Date: Wed, 21 Feb 2024 09:14:26 +0000 Subject: [PATCH] Use bullseye image for vscode build --- Dockerfile.gitlab-vscode-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.gitlab-vscode-build b/Dockerfile.gitlab-vscode-build index 777b9b6..3fe4572 100644 --- a/Dockerfile.gitlab-vscode-build +++ b/Dockerfile.gitlab-vscode-build @@ -1,11 +1,11 @@ -# This image is based node:18.19-alpine3.18 image. It is intended to be used -# for all of the GitLab builds related to VS Code, e.g. the Web IDE. +# This image is intended to be used for all of the GitLab builds related +# to VS Code, e.g. the Web IDE. # # The packages installed in this image are based on VSCode development # environment prerequisites for Linux. You can read them in the following # documentation https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites -FROM node:18.19-bookworm +FROM node:18.19-bullseye MAINTAINER GitLab IDE Team RUN apt-get update \