From 60b7123cf3c01bcfcf506ddc53c4635b2d757668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 18:08:00 +0000 Subject: [PATCH] build(deps): bump gitlab-org/cli from v1.61.0 to v1.62.0 in /code-server Bumps [gitlab-org/cli](https://gitlab.com/gitlab-org/cli) from v1.61.0 to v1.62.0. - [Release notes](https://gitlab.com/gitlab-org/cli/tags) - [Changelog](https://gitlab.com/gitlab-org/cli/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/gitlab-org/cli/compare/v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: gitlab-org/cli dependency-version: v1.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server/Dockerfile b/code-server/Dockerfile index d9b8807..8c3d823 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -15,7 +15,7 @@ FROM docker.io/goodwithtech/dockle:v0.4.15 AS dockle FROM gcr.io/k8s-skaffold/skaffold:v2.16.1 AS skaffold FROM ghcr.io/opentofu/opentofu:1.10.2-minimal AS opentofu FROM docker.io/hashicorp/terraform:1.12.2 AS terraform -FROM registry.gitlab.com/gitlab-org/cli:v1.61.0 AS gitlab-cli +FROM registry.gitlab.com/gitlab-org/cli:v1.62.0 AS gitlab-cli FROM ghcr.io/coder/code-server:4.101.2-noble ARG TARGETOS