Skip to content

Commit

Permalink
upgrade php 8.3.9 -> 8.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rosven9856 committed Aug 13, 2024
1 parent 6cab10f commit a057d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9-1
ARG PHP_VERSION=8.3.10-1

FROM rosven9856/php:$PHP_VERSION

Expand Down
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.9-1 -t=composer-package-action
docker build . --build-arg=PHP_VERSION=8.3.10-1 -t=composer-package-action
```

initialization
Expand Down
2 changes: 1 addition & 1 deletion action.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.9-1
ARG PHP_VERSION=8.3.10-1

FROM rosven9856/php:$PHP_VERSION

Expand Down

0 comments on commit a057d8e

Please sign in to comment.