File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3597,9 +3597,9 @@ functions:
3597
3597
set -e
3598
3598
{
3599
3599
source .evergreen/setup-env.sh
3600
- (cd scripts/docker && docker build -t ubuntu22 .04-xvfb -f ubuntu22 .04-xvfb.Dockerfile .)
3600
+ (cd scripts/docker && docker build -t ubuntu24 .04-xvfb -f ubuntu24 .04-xvfb.Dockerfile .)
3601
3601
docker run \
3602
- --rm -v $PWD:/tmp/build ubuntu22 .04-xvfb \
3602
+ --rm -v $PWD:/tmp/build ubuntu24 .04-xvfb \
3603
3603
-c 'cd /tmp/build && ./testing/test-vscode.sh'
3604
3604
}
3605
3605
test_connectivity :
Original file line number Diff line number Diff line change @@ -306,9 +306,9 @@ functions:
306
306
set -e
307
307
{
308
308
source .evergreen/setup-env.sh
309
- (cd scripts/docker && docker build -t ubuntu22 .04-xvfb -f ubuntu22 .04-xvfb.Dockerfile .)
309
+ (cd scripts/docker && docker build -t ubuntu24 .04-xvfb -f ubuntu24 .04-xvfb.Dockerfile .)
310
310
docker run \
311
- --rm -v $PWD:/tmp/build ubuntu22 .04-xvfb \
311
+ --rm -v $PWD:/tmp/build ubuntu24 .04-xvfb \
312
312
-c 'cd /tmp/build && ./testing/test-vscode.sh'
313
313
}
314
314
test_connectivity:
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
RUN apt-get update
You can’t perform that action at this time.
0 commit comments