Skip to content

Commit

Permalink
mise à jour composer/php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed May 28, 2024
1 parent 11f9b93 commit eb7b724
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# syntax=docker/dockerfile:labs
ARG COMPOSER_VERSION=2.6.5
ARG COMPOSER_VERSION=2.7.6
# voir https://hub.docker.com/_/php/tags?page=&page_size=&ordering=&name=fpm-a
ARG PHP_VERSION=8.3.7
ARG ALPINE_VERSION=3.20
# https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases
ARG PHP_CS_FIXER_VERSION=3.57.2
ARG GIT_EMAIL="[email protected]"
ARG GIT_USERNAME="seb"
ARG ALPINE_VERSION=3.20
ARG PHP_CS_FIXER_VERSION=3.52.1

# Do not expose the port to the host.
# https://hub.docker.com/_/php
Expand Down

0 comments on commit eb7b724

Please sign in to comment.