1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/17544] Fix empty line

PHPBB-17544
This commit is contained in:
battye
2025-09-25 15:50:46 +02:00
committed by GitHub
parent 34b69979a2
commit 16cae770d7
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"build": {
"dockerfile": "../Dockerfile",
"args": {
"VARIANT": "ubuntu-24.04"
"VARIANT": "ubuntu-22.04"
}
},