Skip to content

Commit

Permalink
Merge pull request #1818 from docksal/feature/run-cli-image
Browse files Browse the repository at this point in the history
Switch run-cli to docksal/php8.3-3.7 image
  • Loading branch information
lmakarov committed Mar 28, 2024
2 parents 23a3be6 + c34c669 commit 9afd36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fin
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ URL_WINPTY="https://github.com/rprichard/winpty/releases/download/${REQUIREMENTS
IMAGE_SSH_AGENT=${IMAGE_SSH_AGENT:-docksal/ssh-agent:1.4}
IMAGE_VHOST_PROXY=${IMAGE_VHOST_PROXY:-docksal/vhost-proxy:1.8}
IMAGE_DNS=${IMAGE_DNS:-docksal/dns:1.2}
IMAGE_RUN_CLI=${IMAGE_RUN_CLI:-docksal/cli:php8.1-3.3}
IMAGE_RUN_CLI=${IMAGE_RUN_CLI:-docksal/cli:php8.3-3.7}

#---------------------------- Helper functions --------------------------------

Expand Down

0 comments on commit 9afd36a

Please sign in to comment.