Merge branch 'vtak/vscode_build' into 'master'

Use bullseye image for vscode build

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/780

Merged-by: Lukas 'ai-pi' Eipert <leipert@gitlab.com>
Approved-by: Enrique Alcántara <ealcantara@gitlab.com>
Approved-by: Lukas 'ai-pi' Eipert <leipert@gitlab.com>
Co-authored-by: Vishal Tak <vtak@gitlab.com>
This commit is contained in:
Lukas 'ai-pi' Eipert 2024-02-21 09:14:27 +00:00
commit a2691244b0

View file

@ -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 \