diff --git a/Dockerfile b/Dockerfile index 209854d5..e350f60e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM silintl/php8:8.1 +FROM silintl/php8:8.3 ARG GITHUB_REF_NAME ENV GITHUB_REF_NAME=$GITHUB_REF_NAME diff --git a/docker-compose.yml b/docker-compose.yml index 490dcccb..f8ce2b74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,7 +67,7 @@ services: MYSQL_PASSWORD: appfortests cli: - image: silintl/php8:8.1 + image: silintl/php8:8.3 platform: linux/amd64 volumes: - composer-cache:/composer @@ -78,7 +78,7 @@ services: COMPOSER_CACHE_DIR: /composer env_file: - ./local.env - command: [ "true" ] + command: ["true"] dynamo: image: amazon/dynamodb-local @@ -143,7 +143,7 @@ services: command: bash -c "pwd && ls -al && php restart.php" test: - image: silintl/php8:8.1 + image: silintl/php8:8.3 platform: linux/amd64 volumes: - ./application:/data