We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906c3fa commit e091098Copy full SHA for e091098
.teamcity/tests/buildTypes/E2EProductionTest.kt
@@ -36,7 +36,7 @@ object E2EProductionTest : BuildType({
36
yarn install --immutable
37
yarn test:production:ci
38
""".trimIndent()
39
- dockerImage = "mcr.microsoft.com/playwright:v1.22.2-focal"
+ dockerImage = "mcr.microsoft.com/playwright:v1.50.0-noble"
40
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
41
}
42
0 commit comments