Skip to content

Commit 903df6a

Browse files
committed
Update versions
1 parent de026f2 commit 903df6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# syntax=docker/dockerfile:experimental
2-
ARG BASE=ubuntu:22.04
2+
ARG BASE=ubuntu:24.04
33

44
# build is based on https://coder.com/docs/code-server/latest/CONTRIBUTING
5-
FROM node:18.18.2-bookworm as build
5+
FROM node:20.17-bookworm as build
66

7-
ARG CODE_SERVER_VERSION=4.18.0
8-
ARG VS_CODE_VERSION=1.83.1
7+
ARG CODE_SERVER_VERSION=4.93.1
8+
ARG VS_CODE_VERSION=1.93.1
99

1010
RUN echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list
1111
RUN apt-get update --allow-insecure-repositories

0 commit comments

Comments
 (0)