Upgrade code-server version for E2E tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM codercom/code-server:4.23.1
|
||||
FROM codercom/code-server:4.95.3
|
||||
|
||||
USER root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user