Skip to content

Commit f78221a

Browse files
committed
update to 1.108.1
1 parent 5a8eb21 commit f78221a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG BASE=ubuntu:24.04
44
# build is based on https://coder.com/docs/code-server/latest/CONTRIBUTING
55
FROM node:22-bookworm as build
66

7-
ARG CODE_SERVER_VERSION=4.101.1
8-
ARG VS_CODE_VERSION=1.101.1
7+
ARG CODE_SERVER_VERSION=4.108.1
8+
ARG VS_CODE_VERSION=1.108.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)