Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Feb 13, 2024
1 parent aad667d commit fb2eaeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN composer install \
--no-scripts \
--prefer-dist

FROM php:8.0-cli-alpine
FROM php:8.2.14-cli-alpine3.19

WORKDIR /usr/local/src/

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"config": {
"platform": {
"php": "8.0"
"php": "8.2"
}
}
}

0 comments on commit fb2eaeb

Please sign in to comment.