Skip to content

Commit 62d23bb

Browse files
chore(deps): update code-server to v4.138.0
1 parent fb3a5c8 commit 62d23bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
4949
# 4. code-server (own layer — version changes independently)
5050
# ---------------------------------------------------------------------------
5151
# renovate: datasource=github-releases depName=coder/code-server
52-
ARG CODE_SERVER_VERSION=4.135.0
52+
ARG CODE_SERVER_VERSION=4.138.0
5353
RUN ARCH=$(dpkg --print-architecture) && \
5454
URL="https://github.com/coder/code-server/releases/download/v${CODE_SERVER_VERSION}/code-server_${CODE_SERVER_VERSION}_${ARCH}.deb" && \
5555
echo "Downloading code-server v${CODE_SERVER_VERSION} from ${URL}" && \

0 commit comments

Comments
 (0)