Skip to content

Commit 9e67bad

Browse files
committed
Making PHP 8.5 the default
1 parent 9686885 commit 9e67bad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

run.sh

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

33
IMAGE=`cat VERSION`
4-
PHP=${1:-php8.4}
4+
PHP=${1:-php8.5}
55

66
docker buildx build \
77
--load \

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IMAGE=wordpress
44
VERSION=`cat VERSION`
5-
PHP=${1:-8.4}
5+
PHP=${1:-8.5}
66
TAG=${IMAGE}-test
77

88
docker buildx build \

0 commit comments

Comments
 (0)