Skip to content

Commit

Permalink
Update docker image to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Jan 23, 2024
1 parent da8d6a8 commit aaba0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [[ -z "${PHP_VERSION}" ]]; then
PHP_VERSION="8.2"
PHP_VERSION="8.3"
fi
if [[ -z "${MARIADB_VERSION}" ]]; then
MARIADB_VERSION="10.11"
Expand Down

0 comments on commit aaba0bc

Please sign in to comment.