mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Use bullseye image for vscode build
This commit is contained in:
parent
a86f82caca
commit
98ca418a93
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# This image is based node:18.19-alpine3.18 image. It is intended to be used
|
# This image is intended to be used for all of the GitLab builds related
|
||||||
# for all of the GitLab builds related to VS Code, e.g. the Web IDE.
|
# to VS Code, e.g. the Web IDE.
|
||||||
#
|
#
|
||||||
# The packages installed in this image are based on VSCode development
|
# The packages installed in this image are based on VSCode development
|
||||||
# environment prerequisites for Linux. You can read them in the following
|
# environment prerequisites for Linux. You can read them in the following
|
||||||
# documentation https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites
|
# 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
|
MAINTAINER GitLab IDE Team
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue