We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de026f2 commit 903df6aCopy full SHA for 903df6a
Dockerfile
@@ -1,11 +1,11 @@
1
# syntax=docker/dockerfile:experimental
2
-ARG BASE=ubuntu:22.04
+ARG BASE=ubuntu:24.04
3
4
# build is based on https://coder.com/docs/code-server/latest/CONTRIBUTING
5
-FROM node:18.18.2-bookworm as build
+FROM node:20.17-bookworm as build
6
7
-ARG CODE_SERVER_VERSION=4.18.0
8
-ARG VS_CODE_VERSION=1.83.1
+ARG CODE_SERVER_VERSION=4.93.1
+ARG VS_CODE_VERSION=1.93.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