Skip to content

Commit

Permalink
Merge pull request #1817 from docksal/feature/default-cli
Browse files Browse the repository at this point in the history
Switch default cli image to docksal/cli:php8.3-3.7
  • Loading branch information
lmakarov committed Mar 28, 2024
2 parents 82c3d52 + 2a9f0f3 commit 23a3be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/content/stack/images-versions.md
Expand Up @@ -53,12 +53,12 @@ e.g., `fin image registry docksal/cli`, to see list of available CLI images. [Se

| Image | Notes |
|--------------------------|------------------------------------------------------------------------------------------------------------|
| `docksal/cli:php8.2-3.5` | PHP 8.2.8, Nodejs 18.17.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.1-3.5` | *Default image* PHP 8.1.21, Nodejs 18.17.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.0-3.5` | PHP 8.0.29, Nodejs 18.17.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.3-3.7` | *Default image* PHP 8.3.2, Nodejs 20.11.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.2-3.7` | PHP 8.2.15, Nodejs 20.11.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.1-3.7` | PHP 8.1.27, Nodejs 20.11.0 LTS, Ruby 2.7.4, Python 3.9.2 |
| `docksal/cli:php8.3-3` | Latest 3.x image version of PHP 8.3 flavor, convenient when [extending stock images](/stack/extend-images) |
| `docksal/cli:php8.2-3` | Latest 3.x image version of PHP 8.2 flavor, convenient when [extending stock images](/stack/extend-images) |
| `docksal/cli:php8.1-3` | Latest 3.x image version of PHP 8.1 flavor, convenient when [extending stock images](/stack/extend-images) |
| `docksal/cli:php8.0-3` | Latest 3.x image version of PHP 8.0 flavor, convenient when [extending stock images](/stack/extend-images) |

## Apache

Expand Down
2 changes: 1 addition & 1 deletion stacks/services.yml
Expand Up @@ -124,7 +124,7 @@ services:
# CLI - Used for all console commands and tools.
cli:
hostname: cli
image: ${CLI_IMAGE:-docksal/cli:php8.1-3.3}
image: ${CLI_IMAGE:-docksal/cli:php8.3-3.7}
volumes:
- project_root:/var/www:rw,nocopy,cached # Project root volume
- docksal_ssh_agent:/.ssh-agent:ro # Shared ssh-agent socket
Expand Down

0 comments on commit 23a3be6

Please sign in to comment.