Upgrade code-server version for E2E tests

This commit is contained in:
Koen Vlaswinkel
2024-12-06 11:28:01 +01:00
parent ff95caffd0
commit 54e531d175
3 changed files with 5 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ Setup
- install playwright if you haven't yet (`npx playwright install`)
- go to the e2e test folder on your terminal
- make sure docker is running
- run `docker-compose build`
- run `docker-compose up`
- run `docker compose build`
- run `docker compose up`
Run tests

View File

@@ -1,5 +1,3 @@
version: "3.8"
services:
code-server:
build:
@@ -38,7 +36,7 @@ services:
depends_on:
- files-init
files-init:
image: alpine:3.19.1
image: alpine:3.21.0
restart: "no"
# Since we're not running the code-server container using the same user as our host user,
# we need to set the permissions on the mounted volumes to match the user inside the container.

View File

@@ -1,4 +1,4 @@
FROM codercom/code-server:4.23.1
FROM codercom/code-server:4.95.3
USER root