Skip to content

Commit e091098

Browse files
committed
chore(ci): update playwright docker
1 parent 906c3fa commit e091098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/tests/buildTypes/E2EProductionTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object E2EProductionTest : BuildType({
3636
yarn install --immutable
3737
yarn test:production:ci
3838
""".trimIndent()
39-
dockerImage = "mcr.microsoft.com/playwright:v1.22.2-focal"
39+
dockerImage = "mcr.microsoft.com/playwright:v1.50.0-noble"
4040
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
4141
}
4242
}

0 commit comments

Comments
 (0)