2 Commits

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