We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1750bc1 commit c1a4924Copy full SHA for c1a4924
dockerfile.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ -z "$PHP_IMAGE" ]] ; then
4
- PHP_IMAGE='php:8.0-cli'
+ PHP_IMAGE='php:8.1-cli'
5
fi
6
7
if [[ -z "$TNT_LISTEN_URI" ]]; then
0 commit comments