Skip to content

build(deps): bump gitlab-org/cli from v1.61.0 to v1.62.0 in /code-server #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down