Skip to content

Commit ee4e8c8

Browse files
authored
Bump PHP CS Fixer (#4)
1 parent 74cd2d7 commit ee4e8c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM php:8.0.1-alpine
1+
FROM --platform=linux/amd64 php:8.1-alpine
22

33
LABEL "com.github.actions.name"="PHP-CS-Fixer"
44
LABEL "com.github.actions.description"="check php files"
55
LABEL "com.github.actions.icon"="check"
66
LABEL "com.github.actions.color"="blue"
77

8-
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.3/php-cs-fixer.phar -O php-cs-fixer \
8+
RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.13.0/php-cs-fixer.phar -O php-cs-fixer \
99
&& chmod a+x php-cs-fixer \
1010
&& mv php-cs-fixer /usr/local/bin/php-cs-fixer
1111

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ version: '3.8'
33
services:
44
php-cs-fixer:
55
build: .
6-
image: public.ecr.aws/u9q7y3l4/github-actions-php-cs-fixer
6+
image: public.ecr.aws/u9q7y3l4/github-actions-php-cs-fixer:v3.13.0
77

0 commit comments

Comments
 (0)