Skip to content
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 @@ -17,7 +17,7 @@ FROM ghcr.io/opentofu/opentofu:1.11.5-minimal AS opentofu
FROM docker.io/hashicorp/terraform:1.14.6 AS terraform
FROM registry.gitlab.com/gitlab-org/cli:v1.89.0 AS gitlab-cli

FROM ghcr.io/coder/code-server:4.109.5-noble
FROM ghcr.io/coder/code-server:4.110.0-noble
ARG TARGETOS
ARG TARGETARCH

Expand Down
Loading