Skip to content

Commit

Permalink
upgrade php 8.3.6-1 -> 8.3.7-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosven9856 committed May 28, 2024
1 parent 4f81d23 commit 1d305b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PHP_VERSION="8.3.6-1"
PHP_VERSION="8.3.7-1"

BUILD_DIRECTORY=".build"
BUILD_FILE_NAME="package.zip"
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PHP_VERSION="8.3.6-1"
PHP_VERSION="8.3.7-1"

BUILD_DIRECTORY=".build"
BUILD_FILE_NAME="package.zip"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

build
```shell
docker build . --build-arg=PHP_VERSION=8.3.6-1 --label=composer-package-action:latest
docker build . --build-arg=PHP_VERSION=8.3.7-1 --label=composer-package-action:latest
```

run
Expand Down

0 comments on commit 1d305b1

Please sign in to comment.