Skip to content

Commit c1a4924

Browse files
committed
Update the default PHP version in dockerfile.sh to 8.1
1 parent 1750bc1 commit c1a4924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [[ -z "$PHP_IMAGE" ]] ; then
4-
PHP_IMAGE='php:8.0-cli'
4+
PHP_IMAGE='php:8.1-cli'
55
fi
66

77
if [[ -z "$TNT_LISTEN_URI" ]]; then

0 commit comments

Comments
 (0)