Skip to content

Commit

Permalink
upgrade php to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Nov 20, 2024
1 parent 4344c68 commit 1751d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silintl/php8:8.1
FROM silintl/php8:8.3

ARG GITHUB_REF_NAME
ENV GITHUB_REF_NAME=$GITHUB_REF_NAME
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
MYSQL_PASSWORD: appfortests

cli:
image: silintl/php8:8.1
image: silintl/php8:8.3
platform: linux/amd64
volumes:
- composer-cache:/composer
Expand All @@ -78,7 +78,7 @@ services:
COMPOSER_CACHE_DIR: /composer
env_file:
- ./local.env
command: [ "true" ]
command: ["true"]

dynamo:
image: amazon/dynamodb-local
Expand Down Expand Up @@ -143,7 +143,7 @@ services:
command: bash -c "pwd && ls -al && php restart.php"

test:
image: silintl/php8:8.1
image: silintl/php8:8.3
platform: linux/amd64
volumes:
- ./application:/data
Expand Down

0 comments on commit 1751d8a

Please sign in to comment.