2 Commits

Author SHA1 Message Date
1f7f4c665d Fix composer version
Some checks failed
Push image to registry / build-image (push) Failing after 44s
2025-06-30 16:24:09 +02:00
44d7d52f23 fix composer version 2025-06-30 16:23:47 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# INSTALL PHP COMPOSER DEPENDENCIES # INSTALL PHP COMPOSER DEPENDENCIES
FROM composer:lts AS composer-deps FROM composer:2.7.9 AS composer-deps
WORKDIR / WORKDIR /

View File

@ -39,8 +39,8 @@ services:
undetected-chromedriver: undetected-chromedriver:
build: build:
context: . context: ./undetectedChromedriver
dockerfile: undetectedChromedriver/seleniumChromedriverDockerfile dockerfile: seleniumChromedriverDockerfile
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /tmp:/tmp - /tmp:/tmp