We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8eb21 commit f78221aCopy full SHA for f78221a
Dockerfile
@@ -4,8 +4,8 @@ ARG BASE=ubuntu:24.04
4
# build is based on https://coder.com/docs/code-server/latest/CONTRIBUTING
5
FROM node:22-bookworm as build
6
7
-ARG CODE_SERVER_VERSION=4.101.1
8
-ARG VS_CODE_VERSION=1.101.1
+ARG CODE_SERVER_VERSION=4.108.1
+ARG VS_CODE_VERSION=1.108.1
9
10
RUN echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
11
RUN apt-get update --allow-insecure-repositories
0 commit comments